UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCustomStatIDGraphTaskBase Class Reference

#include <TaskGraphInterfaces.h>

+ Inheritance diagram for FCustomStatIDGraphTaskBase:

Public Member Functions

 FCustomStatIDGraphTaskBase (const TStatId &StatId)
 
TStatId GetStatId () const
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FCustomStatIDGraphTaskBase()

FCustomStatIDGraphTaskBase::FCustomStatIDGraphTaskBase ( const TStatId StatId)
inline

Constructor.

Parameters
StatIdThe stat id for this task.

Member Function Documentation

◆ GetStatId()

TStatId FCustomStatIDGraphTaskBase::GetStatId ( ) const
inline

Gets stat id for this task.

Returns
Stat id.

The documentation for this class was generated from the following file: