Navigation
API > API/Editor > API/Editor/LevelEditor
Enum to describe what a level editor context menu should be built for
| Name | ELevelEditorMenuContext |
| Type | enum |
| Header File | /Engine/Source/Editor/LevelEditor/Public/LevelEditorMenuContext.h |
| Include Path | #include "LevelEditorMenuContext.h" |
Syntax
enum ELevelEditorMenuContext
{
Viewport,
SceneOutliner,
MainMenu,
}
Values
| Name | Remarks |
|---|---|
| Viewport | This context menu is applicable to a viewport (limited subset of entries) |
| SceneOutliner | This context menu is applicable to the Scene Outliner (disables click-position-based menu items) |
| MainMenu | This is the replica of the context menu that appears in the main menu bar (lists all entries) |