unreal.RigUnit_HierarchySetControlAngularStrength¶
- class unreal.RigUnit_HierarchySetControlAngularStrength(execute_pin: RigVMExecutePin = [], physics_control_component_key: RigComponentKey = Ellipsis, strength: float = 0.0)¶
Bases:
RigUnit_PhysicsBaseMutableSets the Angular Strength of a Physics Control
C++ Source:
Plugin: ControlRigPhysics
Module: ControlRigPhysics
File: RigPhysicsControlExecution.h
Editor Properties: (see get_editor_property/set_editor_property)
execute_pin(RigVMExecutePin): [Read-Write] This property is used to chain multiple mutable units togetherphysics_control_component_key(RigComponentKey): [Read-Write] The Physics Control component to be updatedstrength(float): [Read-Write] The angular strength of the control. In the absence of any other influences, this is the frequency of oscillation when there is zero damping. For example, a strength of 2 would make the target oscillate twice per second (when there is no damping).
- property physics_control_component_key: RigComponentKey¶
[Read-Write] The Physics Control component to be updated
- Type:
- property strength: float¶
[Read-Write] The angular strength of the control. In the absence of any other influences, this is the frequency of oscillation when there is zero damping. For example, a strength of 2 would make the target oscillate twice per second (when there is no damping).
- Type:
(float)