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

#include <DataflowSimulationManager.h>

Public Member Functions

bool IsEmpty () const
 

Public Attributes

TMap< FString, TSet< IDataflowSimulationInterface * > > SimulationInterfaces
 
TSharedPtr< UE::Dataflow::FDataflowSimulationContextSimulationContext
 

Detailed Description

Per dataflow graph simulation data type (data interfaces + simulation context)

Member Function Documentation

◆ IsEmpty()

bool UE::Dataflow::Private::FDataflowSimulationData::IsEmpty ( ) const
inline

Check is there is any datas to process

Member Data Documentation

◆ SimulationContext

TSharedPtr<UE::Dataflow::FDataflowSimulationContext> UE::Dataflow::Private::FDataflowSimulationData::SimulationContext

Simulation context used to evaluate the graph on PT

◆ SimulationInterfaces

TMap<FString, TSet<IDataflowSimulationInterface*> > UE::Dataflow::Private::FDataflowSimulationData::SimulationInterfaces

List of all simulation interfaces used in this this dataflow graph


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