Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Rig Logic Configuration' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Rig Logic Configuration |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Calculation Type | |
| boolean | Load Joints | |
| boolean | Load Blend Shapes | |
| boolean | Load Animated Maps | |
| boolean | Load Machine Learned Behavior | |
| boolean | Load RBFBehavior | |
| boolean | Load Twist Swing Behavior | |
| enum | Translation Type | |
| enum | Rotation Type | |
| enum | Rotation Order | |
| enum | Scale Type | |
| real | Translation Pruning Threshold | The joint translation pruning threshold is used to eliminate joint translation deltas belowthe specified threshold from the joint matrix when the RigLogic instance is initialized.Use it with caution, as while it may reduce the amount of compute to be done, it may also eraseimportant deltas that could introduce artifacts into the rig.A reasonably safe starting value to try translation pruning would be 0.0001f |
| real | Rotation Pruning Threshold | The joint rotation pruning threshold is used to eliminate joint rotation deltas belowthe specified threshold from the joint matrix when the RigLogic instance is initialized.Use it with caution, as while it may reduce the amount of compute to be done, it may also eraseimportant deltas that could introduce artifacts into the rig.A reasonably safe starting value to try rotation pruning would be 0.1f |
| real | Scale Pruning Threshold | The joint scale pruning threshold is used to eliminate joint scale deltas belowthe specified threshold from the joint matrix when the RigLogic instance is initialized.Use it with caution, as while it may reduce the amount of compute to be done, it may also eraseimportant deltas that could introduce artifacts into the rig.A reasonably safe starting value to try scale pruning would be 0.001f |