unreal.DataflowSimulationActor¶
- class unreal.DataflowSimulationActor(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
InterfaceDataflow Simulation Actor
C++ Source:
Module: DataflowSimulation
File: DataflowSimulationManager.h
- on_dataflow_simulation_enabled_changed(simulation_enabled) None¶
Called on the preview actor when the Dataflow Editor’s simulation enabled state changes.
- Parameters:
simulation_enabled (bool)