![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FAsyncGraphTask:Public Member Functions | |
| FAsyncGraphTask (ENamedThreads::Type InDesiredThread, TUniqueFunction< void()> &&InFunction) | |
| void | DoTask (ENamedThreads::Type CurrentThread, const FGraphEventRef &MyCompletionGraphEvent) |
| ENamedThreads::Type | GetDesiredThread () |
Public Member Functions inherited from FAsyncGraphTaskBase | |
| TStatId | GetStatId () const |
Additional Inherited Members | |
Static Public Member Functions inherited from FAsyncGraphTaskBase | |
| static ESubsequentsMode::Type | GetSubsequentsMode () |
Graph task for simple fire-and-forget asynchronous functions.
|
inline |
Creates and initializes a new instance.
|
inline |
Performs the actual task.
|
inline |
Returns the name of the thread that this task should run on.