How do I select starting level?

Hello I’m new to Unreal Engine 4, but im really exited about it.

I just created a new Third-person-view project with Blueprint.

It gave me all I needed to get me started. The current level is called “Example_Map.umap” and its the map that starts when i run my project.

I decided to add another level to my project and I named it “Introlevel.umap”.

How do I make “Introlevel.umap” start when i launch my game, instead of “Example_Map.umap”?

1 Like

Hi daivan,

Go to the Edit at the top and choose Project Settings. Under Game > Maps & Modes you will see Editor Startup Map. Choose the map you want and the next time you open your project it will load.

Have a good day.

Thanks, TJ

1 Like

Thank you for the answer and the quick reply!