unreal.DataflowSimulationAsset

class unreal.DataflowSimulationAsset(dataflow_asset: Dataflow = Ellipsis, simulation_groups: None = [])

Bases: StructBase

Dataflow simulation asset (should be in the interface children)

C++ Source:

  • Module: DataflowSimulation

  • File: DataflowSimulationInterface.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dataflow_asset (Dataflow): [Read-Write] Simulation dataflow asset used to advance in time on Pt

  • simulation_groups (Set[str]): [Read-Write] Simulation groups used to filter within the simulation nodes

property dataflow_asset: Dataflow

[Read-Write] Simulation dataflow asset used to advance in time on Pt

Type:

(Dataflow)

property simulation_groups: None

[Read-Write] Simulation groups used to filter within the simulation nodes

Type:

(Set[str])