Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULevelStreaming
Description
Update the load process of the streaming level. Out parameters instruct calling code how to proceed.
| Name | UpdateStreamingState |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LevelStreaming.h |
| Include Path | #include "Engine/LevelStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelStreaming.cpp |
void UpdateStreamingState
(
bool & bOutUpdateAgain,
bool & bOutRedetermineTarget,
const TOptional < const UE::FTimeout > & InExternalTimeout
)