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

#include <LevelStreamingProfilingSubsystem.h>

Public Member Functions

 FActiveLevel (int32 InStatsIndex)
 
 ~FActiveLevel ()=default
 

Public Attributes

ELevelState State = ELevelState::QueuedForLoading
 
double StateStartTime = 0.0
 
TOptional< doubleTimeAddedToWorld
 
int32 StatsIndex = INDEX_NONE
 

Constructor & Destructor Documentation

◆ FActiveLevel()

ULevelStreamingProfilingSubsystem::FActiveLevel::FActiveLevel ( int32  InStatsIndex)
inlineexplicit

◆ ~FActiveLevel()

ULevelStreamingProfilingSubsystem::FActiveLevel::~FActiveLevel ( )
default

Member Data Documentation

◆ State

ELevelState ULevelStreamingProfilingSubsystem::FActiveLevel::State = ELevelState::QueuedForLoading

◆ StateStartTime

double ULevelStreamingProfilingSubsystem::FActiveLevel::StateStartTime = 0.0

◆ StatsIndex

int32 ULevelStreamingProfilingSubsystem::FActiveLevel::StatsIndex = INDEX_NONE

◆ TimeAddedToWorld

TOptional<double> ULevelStreamingProfilingSubsystem::FActiveLevel::TimeAddedToWorld

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