Navigation
API > API/Runtime > API/Runtime/Core
Base class for asynchronous functions that are executed in the Task Graph system.
| Name | FAsyncGraphTaskBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Async.h |
| Include Path | #include "Async/Async.h" |
Syntax
class FAsyncGraphTaskBase
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStatId GetStatId() |
Gets the task's stats tracking identifier. | Async/Async.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ESubsequentsMode::Type GetSubsequentsMode() |
Gets the mode for tracking subsequent tasks. | Async/Async.h |