Navigation
API > API/Runtime > API/Runtime/DataflowSimulation > API/Runtime/DataflowSimulation/Dataflow
References
| Module | DataflowSimulation |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/DataflowSimulationInterface.h |
| Include | #include "Dataflow/DataflowSimulationInterface.h" |
Syntax
USTRUCT (BlueprintType )
struct FDataflowSimulationAsset
Remarks
Dataflow simulation asset (should be in the interface children)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UDataflow > | DataflowAsset | Simulation dataflow asset used to advance in time on Pt | |
| TSet< FString > | SimulationGroups | Simulation groups used to filter within the simulation nodes |