Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/TAsyncGraphTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Async.h |
| Include | #include "Async/Async.h" |
void DoTask
(
ENamedThreads::Type CurrentThread,
const FGraphEventRef & MyCompletionGraphEvent
)
Remarks
Performs the actual task.
Parameters
| Name | Description |
|---|---|
| CurrentThread | The thread that this task is executing on. |
| MyCompletionGraphEvent | The completion event. |