unreal.RigUnit_HierarchyGetDynamicsConstraintExtraLength

class unreal.RigUnit_HierarchyGetDynamicsConstraintExtraLength(dynamics_constraint_component_key: RigComponentKey = Ellipsis, extra_length: float = 0.0)

Bases: RigUnit_DynamicsBase

Gets the extra length of a Dynamics constraint

C++ Source:

  • Plugin: ControlRigDynamics

  • Module: ControlRigDynamics

  • File: RigDynamicsConstraintExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dynamics_constraint_component_key (RigComponentKey): [Read-Write] The Dynamics Constraint to query

  • extra_length (float): [Read-Write] Added on to the target length after the automatic/multiplication

property dynamics_constraint_component_key: RigComponentKey

[Read-Write] The Dynamics Constraint to query

Type:

(RigComponentKey)

property extra_length: float

[Read-Only] Added on to the target length after the automatic/multiplication

Type:

(float)