Navigation
BlueprintAPI > BlueprintAPI/IKRetarget
Get the target IK Rig associated with the given Op. May be different than the default IK Rig. NOTE: all ops use the global SOURCE IK rig, but each op may use its own custom TARGET IK Rig. NOTE: not all ops maintain their own target IK Rig in which case this function returns nullptr NOTE: some ops may refer to the target IK Rig used by their parent op. In that case, this function returns the parent Op's IK Rig.
Target is IKRetargeter Controller
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| name | In Op Name | the name of the retarget op |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Return Value | the IK Rig assset associated with this op |