UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSubLevelStatus Struct Reference

#include <EngineUtils.h>

Public Attributes

FName PackageName
 
FString LevelLabel
 
EStreamingStatus StreamingStatus
 
int32 LODIndex
 
bool bInConsiderList
 
bool bPlayerInside
 
int32 ActorCount
 
TMap< FName, FSubLevelActorDetailsActorMapToCount
 

Detailed Description

SubLevel status information

Member Data Documentation

◆ ActorCount

int32 FSubLevelStatus::ActorCount

◆ ActorMapToCount

TMap<FName, FSubLevelActorDetails> FSubLevelStatus::ActorMapToCount

◆ bInConsiderList

bool FSubLevelStatus::bInConsiderList

◆ bPlayerInside

bool FSubLevelStatus::bPlayerInside

◆ LevelLabel

FString FSubLevelStatus::LevelLabel

◆ LODIndex

int32 FSubLevelStatus::LODIndex

◆ PackageName

FName FSubLevelStatus::PackageName

◆ StreamingStatus

EStreamingStatus FSubLevelStatus::StreamingStatus

The documentation for this struct was generated from the following file: