Navigation
API > API/Runtime > API/Runtime/Core
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.
| Name | FCustomStatIDGraphTaskBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
Syntax
class FCustomStatIDGraphTaskBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCustomStatIDGraphTaskBase
(
const TStatId& StatId |
Constructor. | Async/TaskGraphInterfaces.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStatId GetStatId() |
Gets stat id for this task. | Async/TaskGraphInterfaces.h |