Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Rig Logic Configuration' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| boolean | Load Joints | |
| boolean | Load Blend Shapes | |
| boolean | Load Animated Maps | |
| boolean | Load Machine Learned Behavior | |
| boolean | Load RBFBehavior | |
| boolean | Load Twist Swing Behavior | |
| 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 |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Rig Logic Configuration |