unreal.RigUnit_HierarchySetDynamicsConstraintStrength¶
- class unreal.RigUnit_HierarchySetDynamicsConstraintStrength(execute_pin: RigVMExecutePin = [], dynamics_constraint_component_key: RigComponentKey = Ellipsis, strength: float = 0.0)¶
Bases:
RigUnit_DynamicsBaseMutableSets the strength 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 be updatedexecute_pin(RigVMExecutePin): [Read-Write] This property is used to chain multiple mutable units togetherstrength(float): [Read-Write] The strength which drives towards the target length (oscillation frequency)
- property dynamics_constraint_component_key: RigComponentKey¶
[Read-Write] The Dynamics Constraint to be updated
- Type: