![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Flush the async loader in a non-blocking manner.
| FAsyncLoadingFlushContext::FAsyncLoadingFlushContext | ( | const FString & | Context | ) |
| FAsyncLoadingFlushContext::FAsyncLoadingFlushContext | ( | FString && | Context | ) |
| FAsyncLoadingFlushContext::~FAsyncLoadingFlushContext | ( | ) |
| void FAsyncLoadingFlushContext::Flush | ( | const FOnAsyncLoadingFlushComplete & | OnFlushComplete | ) |
|
inline |