Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetOpSettingsBase
Description
Provide a scripting object to edit your custom settings type in the editor via BP/Python NOTE: this returns an instance of whatever type is returned by GetControllerType(). This can be custom per op.
| Name | GetController |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include Path | #include "Retargeter/IKRetargetOps.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRig/Private/Retargeter/IKRetargetOps.cpp |
UIKRetargetOpControllerBase * GetController
(
UObject * Outer
)