![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TaskGraphInterfaces.h>
Public Member Functions | |
| UE_NONCOPYABLE (FConstructor) | |
| template<typename... T> | |
| FGraphEventRef | ConstructAndDispatchWhenReady (T &&... Args) |
| template<typename... T> | |
| TGraphTask * | ConstructAndHold (T &&... Args) |
| FConstructor (const FGraphEventArray *InPrerequisites) | |
This is a helper class returned from the factory. It constructs the embeded task with a set of arguments and sets the task up and makes it ready to execute. The task may complete before these routines even return.
|
inline |
|
inline |
Constructs a task and immediately dispatches the task for possible execution if prerequisites have completed. Note! Generally speaking references will not pass through; use pointers
|
inline |
Constructs a task and holds it for later dispatch by calling Unlock. Note! Generally speaking references will not pass through; use pointers
| TGraphTask< TTask >::FConstructor::UE_NONCOPYABLE | ( | FConstructor | ) |