Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
Inheritance Hierarchy
- FCustomStatIDGraphTaskBase
- FDelegateGraphTask
- FNullGraphTask
- FSimpleDelegateGraphTask
- TFunctionGraphTaskImpl
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include | #include "Async/TaskGraphInterfaces.h" |
Syntax
class FCustomStatIDGraphTaskBase
Remarks
Class that generalizes functionality of storing and exposing custom stat id. Should only be used as a base of a task graph class with custom stat id.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCustomStatIDGraphTaskBase
(
const TStatId& StatId |
Constructor. |