Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/TGraphTask
| Type | Name | Description | |
|---|---|---|---|
| FConstructor | CreateTask
(
const FGraphEventArray* Prerequisites, |
Factory to create a task and return the helper object to construct the embedded task and set it up for execution. | |
| FConstructor | CreateTask
(
FGraphEventRef SubsequentsToAssume, |
Factory to create a gather task which assumes the given subsequent list from some other tasks. |