Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TGraphTask > API/Runtime/Core/TGraphTask/FConstructor
Description
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
| Name | ConstructAndDispatchWhenReady |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
template<typename... T>
FGraphEventRef ConstructAndDispatchWhenReady
(
T &&... Args
)