Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
Remove multiple streaming levels to the list of streamed levels to consider. Returns a count of how many of the specified levels were in the streaming levels list
| Name | RemoveStreamingLevels |
| 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 |
int32 RemoveStreamingLevels
(
TArrayView < ULevelStreaming *const > StreamingLevelsToRemove
)