![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DataflowSimulationManager.h>
Public Member Functions | |
| bool | IsEmpty () const |
Public Attributes | |
| TMap< FString, TSet< IDataflowSimulationInterface * > > | SimulationInterfaces |
| TSharedPtr< UE::Dataflow::FDataflowSimulationContext > | SimulationContext |
Per dataflow graph simulation data type (data interfaces + simulation context)
|
inline |
Check is there is any datas to process
| TSharedPtr<UE::Dataflow::FDataflowSimulationContext> UE::Dataflow::Private::FDataflowSimulationData::SimulationContext |
Simulation context used to evaluate the graph on PT
| TMap<FString, TSet<IDataflowSimulationInterface*> > UE::Dataflow::Private::FDataflowSimulationData::SimulationInterfaces |
List of all simulation interfaces used in this this dataflow graph