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

Public Member Functions

 FTimeLimitScope (FAsyncLoadingThreadState2 &InThreadState, bool bInUseTimeLimit, double InTimeLimit)
 
 ~FTimeLimitScope ()
 

Public Attributes

bool bUseTimeLimit = false
 
double TimeLimit = 0.0
 
double StartTime = 0.0
 
FAsyncLoadingThreadState2ThreadState
 

Constructor & Destructor Documentation

◆ FTimeLimitScope()

FAsyncLoadingThreadState2::FTimeLimitScope::FTimeLimitScope ( FAsyncLoadingThreadState2 InThreadState,
bool  bInUseTimeLimit,
double  InTimeLimit 
)
inline

◆ ~FTimeLimitScope()

FAsyncLoadingThreadState2::FTimeLimitScope::~FTimeLimitScope ( )
inline

Member Data Documentation

◆ bUseTimeLimit

bool FAsyncLoadingThreadState2::FTimeLimitScope::bUseTimeLimit = false

◆ StartTime

double FAsyncLoadingThreadState2::FTimeLimitScope::StartTime = 0.0

◆ ThreadState

FAsyncLoadingThreadState2& FAsyncLoadingThreadState2::FTimeLimitScope::ThreadState

◆ TimeLimit

double FAsyncLoadingThreadState2::FTimeLimitScope::TimeLimit = 0.0

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