unreal.RigUnit_HierarchySetDynamicsParticleTargetMode

class unreal.RigUnit_HierarchySetDynamicsParticleTargetMode(execute_pin: RigVMExecutePin = [], dynamics_particle_component_key: RigComponentKey = Ellipsis, target_mode: float = 0.0)

Bases: RigUnit_DynamicsBaseMutable

Sets the target mode of a Dynamics particle

C++ Source:

  • Plugin: ControlRigDynamics

  • Module: ControlRigDynamics

  • File: RigDynamicsParticleExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dynamics_particle_component_key (RigComponentKey): [Read-Write] The Dynamics Particle to be updated

  • execute_pin (RigVMExecutePin): [Read-Write] This property is used to chain multiple mutable units together

  • target_mode (float): [Read-Write] 0 = SimSpace, 1 = directional, values between blend the two modes

property dynamics_particle_component_key: RigComponentKey

[Read-Write] The Dynamics Particle to be updated

Type:

(RigComponentKey)

property target_mode: float

[Read-Write] 0 = SimSpace, 1 = directional, values between blend the two modes

Type:

(float)