GetSubLevelsStatus

Gathers SubLevels status from a provided world

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/EngineUtils.h

Include

#include "EngineUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/EngineUtils.cpp

Syntax

TArray< FSubLevelStatus > GetSubLevelsStatus
(
    UWorld * InWorld
)

Remarks

Gathers SubLevels status from a provided world

Returns

sublevels status (streaming state, LOD index, where player is)

Parameters

Parameter

Description

InWorld

World to gather sublevels stats from

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