Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
Add multiple streaming levels to the list of streamed levels to consider. If any of these streaming levels are in the array already then they won't be added again.
| Name | AddUniqueStreamingLevels |
| 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 |
void AddUniqueStreamingLevels
(
TArrayView < ULevelStreaming *const > StreamingLevelsToAdd
)