unreal.RigUnit_HierarchyGetDynamicsParticleMovementType

class unreal.RigUnit_HierarchyGetDynamicsParticleMovementType(dynamics_particle_component_key: RigComponentKey = Ellipsis, movement_type: RigParticleSimulationMovementType = Ellipsis)

Bases: RigUnit_DynamicsBase

Gets the movement type 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 query

  • movement_type (RigParticleSimulationMovementType): [Read-Write] How the particle should move

property dynamics_particle_component_key: RigComponentKey

[Read-Write] The Dynamics Particle to query

Type:

(RigComponentKey)

property movement_type: RigParticleSimulationMovementType

[Read-Only] How the particle should move

Type:

(RigParticleSimulationMovementType)