The Level Editor provides the core level creation functionality for Unreal Editor. You will use it to create, view, and modify levels .You will modify a level mainly by placing, transforming, and editing the properties of Actors.
In Unreal Editor, the scenes in which you create your game experience are generally referred to as Levels. You can think of a level as a 3D environment into which you place a series of objects and geometry to define the world your players will experience. Any object that is placed in your world, be it a light, a mesh, or a character, is considered to be an Actor. Technically speaking, an Actor is a programming class used within the Unreal Engine to define an object that has 3D position, rotation, and scale data. Think of an Actor as any object that can be placed in your levels.
Creating levels begins by placing items in a map inside Unreal Editor. These items may be world geometry, decorations in the form of Brushes, Static Meshes, lights, player starts, weapons, or vehicles. Which items are added when is usually defined by the particular workflow used by the level design team.
The Default Interface
Since the interface for Unreal Editor is highly customizable, it is possible that what you see may change from one launch to the next. Below, you can see the default interface layout.
- Tab Bar and Menu Bar
- Toolbar
- Place Actor / Modes
- Viewports
- Content Browser
- World Outliner
- Details
Tab Bar
The Level Editor has a tab along the top with the name of the current level. Tabs from other editor windows may be docked alongside this tab for quick and easy navigation, similar to a web browser.
The name of the tab reflects the level currently being edited. This is a pattern consistent throughout the editor—tabs will be named after the current asset being edited.
To the right of the Tab Bar is the name of the current project.
Menu Bar
The Menu Bar in the editor should be familiar to anyone who has used Windows applications previously. It provides access to general tools and commands that are used when working with levels in the editor.
See the Menu Bar page for descriptions of each menu and its contents.
The Console (`) is a text field that allows special console commands to be entered that are recognized by the editor. The text field has an auto-complete feature that automatically lists all commands matching the characters in the field.
If are running Source Control, the button on the far right of the menu bar is indicates its status.
Button | Name | Description |
---|---|---|
|
Source Control Status | Mouse over the button for connection details. A green icon can be clicked to log in to your connection. A red icon indicates that source control is not in use. Perforce and Subversion are supported. See Source Control documentation for details. |
Toolbar

The Toolbar panel displays a group of commands, providing quick access to commonly used tools and operations.
See the Toolbar page for descriptions Toolbar items.
Viewport
The Viewport panel is your window into the worlds you create in Unreal Engine.

This panel contains a set of viewports, each of which can be maximized to fill the entire panel and offer the ability to display the world from one of three orthographic views (Top, Side, Front) or a perspective view giving you complete control over what you see and how you see it.
See Viewports for more information on working with viewports.
Details

The Details panel contains information, utilities, and functions for the current selection in the viewport. It contains transform edit boxes for moving, rotating, and scaling Actors, displays all of the editable properties for the selected Actors, and provides quick access to additional editing functionality depending on the type of Actor(s) selected in the viewport. For example, selected Actors can be exported to FBX and converted to another compatible type. Selection Details allow you to view the materials used by the selected Actors, if any, and quickly open them for editing.
See the Details page for a more complete overview and guide to using the Details panel in the Level Editor.
Modes
The Level Editor can be put into different editing modes to enable specialized editing interfaces and workflows for editing particular types of Actors or geometry.
To display a selection of modes, in the Level Editor Toolbar, open the Modes dropdown.

Icon | Mode | Shortcut | Description |
---|---|---|---|
![]() |
Select | Shift + 1 | Activate Select mode to select Actors in your scene. |
![]() |
Landscape | Shift + 2 | Activate Landscape mode to edit Landscape terrains. |
![]() |
Foliage | Shift + 3 | Activate Foliage mode to paint instanced foliage. |
![]() |
Brush Editing | Shift + 4 | Activate Brush Editing mode to modify Geometry Brushes. |
![]() |
Mesh Paint | Shift + 5 | Activate Mesh Paint mode to paint vertex colors and textures on Static Mesh Actors directly in the viewport. |
![]() |
Fracture | Shift-6 | Activate Fracture mode to create destructible objects and environments. |

The Landscape panel
You can close any panel by clicking the small "X" in the upper-right corner of the tab. You can also hide any panel by right-clicking on the tab, and then clicking Hide Tab on the context menu that appears. To reopen a panel that you have closed, click that panel's name on the Window menu.
World Outliner

The World Outliner panel displays all of the Actors within the scene in a hierarchical tree view. You can select and modify Actors directly from the World Outliner. Use the Info dropdown menu to display an additional column that shows Levels, Layers, or ID Names.
See the World Outliner page for details on using the World Outliner.
Layers
The Layers panel allows you to organize Actors in your Level.

Layers provide the ability to quickly select as well as control visibility of groups of related Actors. You can use your layers to quickly un-clutter a scene leaving only the geometry and Actors that you are working with. For example, you might be working on a building that has multiple levels but is comprised of many modular parts. By assigning each floor to a layer, you can hide each of the floors you are not working on making the top view much more manageable.
See the Layers Panel User Guide page for details on using the Layers panel.