UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Dataflow::Private::FDataflowSimulationTask Class Reference

Public Member Functions

 FDataflowSimulationTask (const TObjectPtr< UDataflow > &InDataflowAsset, const TSharedPtr< FDataflowSimulationContext > &InSimulationContext, const float InDeltaTime, const float InSimulationTime)
 
TStatId GetStatId () const
 
void DoTask (ENamedThreads::Type CurrentThread, const FGraphEventRef &MyCompletionGraphEvent)
 

Static Public Member Functions

static ENamedThreads::Type GetDesiredThread ()
 
static ESubsequentsMode::Type GetSubsequentsMode ()
 

Detailed Description

Simulation task use to run async the dataflow evaluation

Constructor & Destructor Documentation

◆ FDataflowSimulationTask()

UE::Dataflow::Private::FDataflowSimulationTask::FDataflowSimulationTask ( const TObjectPtr< UDataflow > &  InDataflowAsset,
const TSharedPtr< FDataflowSimulationContext > &  InSimulationContext,
const float  InDeltaTime,
const float  InSimulationTime 
)
inline

Member Function Documentation

◆ DoTask()

void UE::Dataflow::Private::FDataflowSimulationTask::DoTask ( ENamedThreads::Type  CurrentThread,
const FGraphEventRef MyCompletionGraphEvent 
)
inline

◆ GetDesiredThread()

static ENamedThreads::Type UE::Dataflow::Private::FDataflowSimulationTask::GetDesiredThread ( )
inlinestatic

◆ GetStatId()

TStatId UE::Dataflow::Private::FDataflowSimulationTask::GetStatId ( ) const
inline

◆ GetSubsequentsMode()

static ESubsequentsMode::Type UE::Dataflow::Private::FDataflowSimulationTask::GetSubsequentsMode ( )
inlinestatic

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