FCustomStatIDGraphTaskBase

Class that generalizes functionality of storing and exposing custom stat id.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

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

Name Description

Public function

FCustomStatIDGraphTaskBase

(
    const TStatId& StatId
)

Constructor.

Functions

Name Description

Public function Const

TStatId

 

GetStatId()

Gets stat id for this task.