unreal.RigUnit_HierarchyDisableDynamicsConfinementWithConfiner¶
- class unreal.RigUnit_HierarchyDisableDynamicsConfinementWithConfiner(execute_pin: RigVMExecutePin = [], dynamics_particle_component_key: RigComponentKey = Ellipsis, dynamics_confiner_component_key: RigComponentKey = Ellipsis)¶
Bases:
RigUnit_DynamicsBaseMutableOpts a particle out of being confined by a confiner.
C++ Source:
Plugin: ControlRigDynamics
Module: ControlRigDynamics
File: RigDynamicsParticleExecution.h
Editor Properties: (see get_editor_property/set_editor_property)
dynamics_confiner_component_key(RigComponentKey): [Read-Write] The Confiner to remove from this particle’s confinement listdynamics_particle_component_key(RigComponentKey): [Read-Write] The Dynamics Particle to be updated (which must exist)execute_pin(RigVMExecutePin): [Read-Write] This property is used to chain multiple mutable units together
- property dynamics_confiner_component_key: RigComponentKey¶
[Read-Write] The Confiner to remove from this particle’s confinement list
- Type:
- property dynamics_particle_component_key: RigComponentKey¶
[Read-Write] The Dynamics Particle to be updated (which must exist)
- Type: