Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetStreamingLevels
(
TArray< ULevelStreaming* >&& StreamingLevels |
Replace the streaming levels array | Engine/World.h | |
void SetStreamingLevels
(
TArrayView< ULevelStreaming*const > StreamingLevels |
Replace the streaming levels array | Engine/World.h |
SetStreamingLevels(TArray< ULevelStreaming * > &&)
Description
Replace the streaming levels array
| Name | SetStreamingLevels |
| 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 SetStreamingLevels
(
TArray < ULevelStreaming * > && StreamingLevels
)
SetStreamingLevels(TArrayView< ULevelStreaming *const >)
Description
Replace the streaming levels array
| Name | SetStreamingLevels |
| 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 SetStreamingLevels
(
TArrayView < ULevelStreaming *const > StreamingLevels
)