Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/TGraphTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include | #include "Async/TaskGraphInterfaces.h" |
Syntax
class FConstructor
Remarks
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.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FGraphEventRef | ConstructAndDispatchWhenReady
(
T&&... Args |
Passthrough internal task constructor and dispatch. | |
| TGraphTask * | ConstructAndHold
(
T&&... Args |
Passthrough internal task constructor and hold. |