Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Root Pre Pull Settings' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| real | Rotation Alpha | Range 0-1, default is 0. Apply a large scale rotation offset to the entire body prior to constraint solving. |
| real | Rotation Alpha X | Range 0-1, default is 1. Blend contribution to rotation offset in the X axis in component space. |
| real | Rotation Alpha Y | Range 0-1, default is 1. Blend contribution to rotation offset in the Y axis in component space. |
| real | Rotation Alpha Z | Range 0-1, default is 1. Blend contribution to rotation offset in the Z axis in component space. |
| real | Position Alpha | Range 0-1, default is 1. Apply a large scale position offset to the entire body prior to constraint solving. |
| real | Position Alpha X | Range 0-1, default is 1. Blend contribution to position offset in the X axis in component space. |
| real | Position Alpha Y | Range 0-1, default is 1. Blend contribution to position offset in the Y axis in component space. |
| real | Position Alpha Z | Range 0-1, default is 1. Blend contribution to position offset in the Z axis in component space. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Root Pre Pull Settings |