Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorLevelUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h |
| Include | #include "EditorLevelUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorLevelUtils.cpp |
static bool RemoveLevelFromWorld
&40;
ULevel &42; InLevel,
bool bClearSelection,
bool bResetTransBuffer
&41;
Remarks
Removes the specified level from the world. Refreshes. true If a level was removed.
Parameters
| Name | Description |
|---|---|
| InLevel | The level to remove. |
| bClearSlection | If editor selection should be cleared. |