Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Solve IK Goal Settings' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | IKRetarget Run IKRig Op Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| object | IKRig Asset | The IK Rig asset to run when this op is executed. |
| name | Excluded Goals | Goals in this list will be excluded from the rig |
| integer | LODThreshold | The maximum LOD that this Op is allowed to run at.For example if you have LODThreshold of 2, the Op will run until LOD 2 (based on 0 index). When the component LOD becomes 3, it will stop running.A value of -1 forces the Op to execute at all LOD levels. Default is -1. |