Navigation
BlueprintAPI > BlueprintAPI/IKRetarget
Get the name of the source chain mapped to a given target chain (the chain animation is copied FROM).
Target is IKRetargeter Controller
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| name | In Target Chain Name | the name of the target retarget chain to get a mapping for |
| name | In Op Name | if specified, will get the source chain for that op (otherwise gets the first chain mapping in the op stack) |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Return Value | the name of the source chain mapped to the given target chain (or None if not mapped) |