![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TaskGraphInterfaces.h>
Inheritance diagram for FCustomStatIDGraphTaskBase:Public Member Functions | |
| FCustomStatIDGraphTaskBase (const TStatId &StatId) | |
| TStatId | GetStatId () const |
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.
|
inline |
Constructor.
| StatId | The stat id for this task. |
|
inline |
Gets stat id for this task.