unreal.RigUnit_HierarchyDisableDynamicsCollisionWithCollider¶
- class unreal.RigUnit_HierarchyDisableDynamicsCollisionWithCollider(execute_pin: RigVMExecutePin = [], dynamics_particle_component_key: RigComponentKey = Ellipsis, dynamics_collider_component_key: RigComponentKey = Ellipsis)¶
Bases:
RigUnit_DynamicsBaseMutableDisables collision between a particle and a collider
C++ Source:
Plugin: ControlRigDynamics
Module: ControlRigDynamics
File: RigDynamicsParticleExecution.h
Editor Properties: (see get_editor_property/set_editor_property)
dynamics_collider_component_key(RigComponentKey): [Read-Write] The Collider to not collide with (which doesn’t have to exist yet)dynamics_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_collider_component_key: RigComponentKey¶
[Read-Write] The Collider to not collide with (which doesn’t have to exist yet)
- Type:
- property dynamics_particle_component_key: RigComponentKey¶
[Read-Write] The Dynamics Particle to be updated (which must exist)
- Type: