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

#include <Async.h>

+ Inheritance diagram for FAsyncGraphTaskBase:

Public Member Functions

TStatId GetStatId () const
 

Static Public Member Functions

static ESubsequentsMode::Type GetSubsequentsMode ()
 

Detailed Description

Base class for asynchronous functions that are executed in the Task Graph system.

Member Function Documentation

◆ GetStatId()

TStatId FAsyncGraphTaskBase::GetStatId ( ) const
inline

Gets the task's stats tracking identifier.

Returns
Stats identifier.

◆ GetSubsequentsMode()

static ESubsequentsMode::Type FAsyncGraphTaskBase::GetSubsequentsMode ( )
inlinestatic

Gets the mode for tracking subsequent tasks.

Returns
Always track subsequent tasks.

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