How can I move Blueprints into a different project without breaking structs?

I have a few different projects which each contain blueprints I would like to use. I want to merge some of these without simply copy pasting the contents into one another’s folders as I’ve found this can cause issues, especially with structs being used in the blueprints.

Thanks!

You could try migrating and merging:

214017-migrate.png

However, structs created in blueprints are very sensitive and what you are trying to do is asking for trouble. This is quite unfortunate as they are indispensable in even simple projects. Structs created in C++ are much more stable and way easier to migrate.