Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorLevelUtils
Description
Removes the specified LevelStreaming from the world, and Refreshes. Used to Clean up references of missing levels.
| Name | RemoveInvalidLevelFromWorld |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h |
| Include Path | #include "EditorLevelUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorLevelUtils.cpp |
static bool RemoveInvalidLevelFromWorld
(
ULevelStreaming * InLevelStreaming
)
true If a level was removed.