Exporting blueprint

Hey. What he meant was exporting and importing packages like Unity has.

The option to migrate in UE4 is to copy things from one project to another, but it’s not like a package you can pass around so people can import it into their proyects. At least this is what I’ve found out after fooling around with the engine for a few weeks

Hi everybody

We are a small group of students who are working on our final project. And we have a doubt to the planning of the project. The question is:

  • How can we “export” or share a blueprint, like a unreal asset?

This is because we put everything together in the same project. We know export material assets, but we don´t know if blueprint works in the same way.

Thank you

Just do a rightclick onto the blueprint and then choose “Migrate”. Now it will export the bp + all other bp’s, meshes, texture,… which were part of the bp that you want to export. For example: When you migrate a gamemode bp, the mycharacter, myhud,… gets also exported

Oh ok. Yep, thats unfortunately not possible → you can just use the way above or share the folders (but you will have to keep th folder structure)

Thank you!