UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAsyncLoadingFlushContext Class Referencefinal

#include <AsyncLoadingFlushContext.h>

+ Inheritance diagram for FAsyncLoadingFlushContext:

Public Member Functions

COREUOBJECT_API FAsyncLoadingFlushContext (const FString &Context)
 
COREUOBJECT_API FAsyncLoadingFlushContext (FString &&Context)
 
COREUOBJECT_API ~FAsyncLoadingFlushContext ()
 
COREUOBJECT_API void Flush (const FOnAsyncLoadingFlushComplete &OnFlushComplete)
 
int32 GetId () const
 

Detailed Description

Flush the async loader in a non-blocking manner.

Constructor & Destructor Documentation

◆ FAsyncLoadingFlushContext() [1/2]

FAsyncLoadingFlushContext::FAsyncLoadingFlushContext ( const FString &  Context)

◆ FAsyncLoadingFlushContext() [2/2]

FAsyncLoadingFlushContext::FAsyncLoadingFlushContext ( FString &&  Context)

◆ ~FAsyncLoadingFlushContext()

FAsyncLoadingFlushContext::~FAsyncLoadingFlushContext ( )

Member Function Documentation

◆ Flush()

void FAsyncLoadingFlushContext::Flush ( const FOnAsyncLoadingFlushComplete OnFlushComplete)

◆ GetId()

int32 FAsyncLoadingFlushContext::GetId ( ) const
inline

The documentation for this class was generated from the following files: