Like many other kinds of Unreal Engine data, Levels are stored in individual Asset files. You can perform many of the common Asset operations on Level Assets. However, there are some special considerations that you need to keep in mind. These will be detailed below.
This page covers the following workflows:
-
Creating Levels
-
Saving Levels
-
Opening Levels
Creating Levels
To create a new Level in Unreal Engine, you can use any of the following methods:
-
From the main menu, go to File, then select New Level.
-
Right-click in the Content Browser. Then, under Create Basic Asset, select Level.
-
Use the Ctrl + N (Windows) or Cmd + N (Mac) keyboard shortcut.
Any of these actions opens the New Level window shown below.

The New Level window displays all the Level templates available. You can choose from the following templates:
-
Open World: A Level with sample content that uses the World Partition feature to create a large, streamable open world.
-
Empty Open World: A Level that uses World Partition but does not contain any content.
-
Basic: A Level with a floor plane, lighting, atmosphere, and exponential fog.
-
Empty Level: A Level with nothing in it.
Select the level you want to use from this window, then click Create. The new Level will open automatically.
When connected to source control, new Levels that you create and save will be automatically added to source control.
Saving Levels
Like any Asset, you need to save a Level to keep your changes when you close Unreal Engine or switch to another Level.
To save a Level, you can use any of the following methods:
-
From the main menu, go to File, then select Save Current Level.
-
Use the Ctrl + S (Windows) or Cmd + S (Mac) keyboard shortcut.
The first time you save a Level is slightly different. You need to specify where you want to save the Level Asset, and what to name it.

The Save Level As window behaves the same as any other file save dialog. Give your Level Asset a name, select the folder where you want to save it, and click Save.
To save a copy of a Level under a different name, you can use any of the following methods:
-
From the main menu, go to File, then select Save Current Level As.
-
Use the Ctrl + Alt + S (Windows) or Cmd + Option + S (Mac) keyboard shortcut.
Changing Levels will prompt you to save your current Level(s) with the Save Content dialog.
Opening Levels
To open a Level, you can use any of the following methods:
-
From the main menu, go to File, then select Open Level and choose the Level to open.
-
Use the Ctrl + O (Windows) or Cmd + O (Mac) keyboard shortcut.