How to I export my level ONLY

I am looking to take my map from one project, and put it into another without having to rebuild it completely.

I created the map in the Top Down Template on UE4, I want to take the map and put it into the 3rd Person Template instead so that I can make it as a 3rd person game without having to recreate the entire map again. How would I go about doing this?

You can Migrate your map to another project. It will “export” your level uasset and its dependencies.

To do so, right-click on your level asset in the Content browser → Asset Actions → Migrate. It will open the Asset Report Windows (that is basically showing you everything that your level need to bring in order to work properly). Press OK and select your new Third-Person game’s Content folder!

1 Like

Thank you very much! This worked perfectly!!!