Navigation
API > API/Runtime > API/Runtime/DataflowSimulation > API/Runtime/DataflowSimulation/Dataflow
References
| Module | DataflowSimulation |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/DataflowSimulationManager.h |
| Include | #include "Dataflow/DataflowSimulationManager.h" |
Syntax
struct FDataflowSimulationData
Remarks
Per dataflow graph simulation data type (data interfaces + simulation context)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::Dataflow::FDataflowSimulationContext > | SimulationContext | Simulation context used to evaluate the graph on PT | |
| TMap< FString, TSet< IDataflowSimulationInterface * > > | SimulationInterfaces | List of all simulation interfaces used in this this dataflow graph |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEmpty () |
Check is there is any datas to process |