Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TGraphTask > API/Runtime/Core/TGraphTask/FConstructor
Description
Constructs a task and holds it for later dispatch by calling Unlock. Note! Generally speaking references will not pass through; use pointers
| Name | ConstructAndHold |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
template<typename... T>
TGraphTask * ConstructAndHold
(
T &&... Args
)