Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
Remove a streaming level to the list of streamed levels to consider. Returns true if the specified level was in the streaming levels list.
| Name | RemoveStreamingLevel |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
bool RemoveStreamingLevel
(
ULevelStreaming * StreamingLevelToRemove
)