Navigation
BlueprintAPI > BlueprintAPI/IKRig
Get a controller to get/set the settings for a given op in the stack NOTE: the returned UIKRetargetOpControllerBase* should be cast to the type specific to your op to get full functionality for that op.
Target is IKRetargeter Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| integer | In Op Index |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value | a pointer to the base op controller UClass or null if the op was not found |