![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TaskGraphInterfaces.h>
Inheritance diagram for TFunctionGraphTaskImpl< Signature, SubsequentsMode >:Public Member Functions | |
| TFunctionGraphTaskImpl (TUniqueFunction< Signature > &&InFunction, TStatId StatId, ENamedThreads::Type InDesiredThread) | |
| ENamedThreads::Type | GetDesiredThread () const |
| UE_FORCEINLINE_HINT void | DoTask (ENamedThreads::Type CurrentThread, const FGraphEventRef &MyCompletionGraphEvent) |
Public Member Functions inherited from FCustomStatIDGraphTaskBase | |
| FCustomStatIDGraphTaskBase (const TStatId &StatId) | |
| TStatId | GetStatId () const |
Static Public Member Functions | |
| static ESubsequentsMode::Type | GetSubsequentsMode () |
Task class for lambda based tasks.
|
inline |
Task constructor
| InFunction | - function to execute when the prerequisites are complete |
| StatId | The stat id for this task. |
| InDesiredThread | - Thread to run on |
|
inline |
|
inline |
|
inlinestatic |