UEngine::BlockTillLevelStreamingCompleted

Updates level streaming state using active game players view and blocks until all sub-levels are loaded/ visible/ hidden so further calls to UpdateLevelStreaming won't do any work unless state changes.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

void BlockTillLevelStreamingCompleted
(
    UWorld * InWorld
)

Remarks

Updates level streaming state using active game players view and blocks until all sub-levels are loaded/ visible/ hidden so further calls to UpdateLevelStreaming won't do any work unless state changes.

Parameters

Parameter

Description

InWorld

Target world

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss