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