Description
Distributes rotations provided across a array of items. Each rotation is expressed by a quaternion and a ratio, where the ratio is between 0.0 and 1.0 Note: This node adds rotation in local space of each item!
Information
| Plugin | ControlRig |
| Category | Hierarchy |
| Tags | TwistBones |
| Type | FRigUnit_DistributeRotationForItemArray |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecutePin | This property is used to chain multiple mutable units together | Execute Context |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Items | The items to use to distribute the rotation | TArray<FRigElementKey> | () |
| Rotations | The list of rotations to be applied | TArray<FRigUnit_DistributeRotation_Rotation> | () |
| RotationEaseType | The easing to use between to rotations. | Rig VMAnim Easing Type | Linear |
| Weight | The weight of the solver - how much the rotation should be applied | float | 1.000000 |