unreal.RigUnit_HierarchySetJointEnabled

class unreal.RigUnit_HierarchySetJointEnabled(execute_pin: RigVMExecutePin = [], physics_joint_component_key: RigComponentKey = Ellipsis, enabled: bool = False)

Bases: RigUnit_PhysicsBaseMutable

Rig Unit Hierarchy Set Joint Enabled

C++ Source:

  • Plugin: ControlRigPhysics

  • Module: ControlRigPhysics

  • File: RigPhysicsJointExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enabled (bool): [Read-Write]

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

  • physics_joint_component_key (RigComponentKey): [Read-Write]

property enabled: bool

[Read-Write]

Type:

(bool)

property physics_joint_component_key: RigComponentKey

[Read-Write]

Type:

(RigComponentKey)