unreal.RigUnit_HierarchySetControlMultiplier

class unreal.RigUnit_HierarchySetControlMultiplier(execute_pin: RigVMExecutePin = [], physics_control_component_key: RigComponentKey = Ellipsis, control_multiplier: PhysicsControlMultiplier = Ellipsis)

Bases: RigUnit_PhysicsBaseMutable

Sets the multipliers for a physics control

C++ Source:

  • Plugin: ControlRigPhysics

  • Module: ControlRigPhysics

  • File: RigPhysicsControlExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • control_multiplier (PhysicsControlMultiplier): [Read-Write] The multipliers to use on the control. These allow fine-grained control over the strengths (etc) in different directions.

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

  • physics_control_component_key (RigComponentKey): [Read-Write] The Physics Control component to be updated

property control_multiplier: PhysicsControlMultiplier

[Read-Write] The multipliers to use on the control. These allow fine-grained control over the strengths (etc) in different directions.

Type:

(PhysicsControlMultiplier)

property physics_control_component_key: RigComponentKey

[Read-Write] The Physics Control component to be updated

Type:

(RigComponentKey)