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 index was a valid index for removal.
| Name | RemoveStreamingLevelAt |
| 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 RemoveStreamingLevelAt
(
int32 IndexToRemove
)