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

Public Member Functions

 FAsyncLoadingTickScope (FAsyncLoadingThread &InAsyncLoadingThread)
 
 ~FAsyncLoadingTickScope ()
 

Public Attributes

bool bNeedsToLeaveAsyncTick
 
FAsyncLoadingThreadAsyncLoadingThread
 

Detailed Description

Just like TGuardValue for FAsyncLoadingThread::AsyncLoadingTickCounter but only works for the game thread

Constructor & Destructor Documentation

◆ FAsyncLoadingTickScope()

FAsyncLoadingTickScope::FAsyncLoadingTickScope ( FAsyncLoadingThread InAsyncLoadingThread)
inline

◆ ~FAsyncLoadingTickScope()

FAsyncLoadingTickScope::~FAsyncLoadingTickScope ( )
inline

Member Data Documentation

◆ AsyncLoadingThread

FAsyncLoadingThread& FAsyncLoadingTickScope::AsyncLoadingThread

◆ bNeedsToLeaveAsyncTick

bool FAsyncLoadingTickScope::bNeedsToLeaveAsyncTick

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