Navigation
API > API/Editor > API/Editor/LevelEditor > API/Editor/LevelEditor/FLevelEditorActionCallbacks
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void NewLevel () |
Creates a new level | LevelEditorActions.h | |
static void NewLevel
(
bool& bOutLevelCreated |
LevelEditorActions.h |
NewLevel()
Description
Creates a new level
| Name | NewLevel |
| Type | function |
| Header File | /Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h |
| Include Path | #include "LevelEditorActions.h" |
| Source | /Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp |
static void NewLevel()
NewLevel(bool &)
| Name | NewLevel |
| Type | function |
| Header File | /Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h |
| Include Path | #include "LevelEditorActions.h" |
| Source | /Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp |
static void NewLevel
(
bool & bOutLevelCreated
)