unreal.RigUnit_HierarchySetJointData¶
- class unreal.RigUnit_HierarchySetJointData(execute_pin: RigVMExecutePin = [], physics_joint_component_key: RigComponentKey = Ellipsis, joint_data: RigPhysicsJointData = [])¶
Bases:
RigUnit_PhysicsBaseMutableSets the joint data for a physics joint component
C++ Source:
Plugin: ControlRigPhysics
Module: ControlRigPhysics
File: RigPhysicsJointExecution.h
Editor Properties: (see get_editor_property/set_editor_property)
execute_pin(RigVMExecutePin): [Read-Write] This property is used to chain multiple mutable units togetherjoint_data(RigPhysicsJointData): [Read-Write] The physics joint data (limit and drive properties) to be usedphysics_joint_component_key(RigComponentKey): [Read-Write] The Physics Joint to be updated
- property joint_data: RigPhysicsJointData¶
[Read-Write] The physics joint data (limit and drive properties) to be used
- Type:
- property physics_joint_component_key: RigComponentKey¶
[Read-Write] The Physics Joint to be updated
- Type: