Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetOpBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRetargetChainMapping * GetChainMapping () |
(optional) ops can optionally store their own chain mapping, this allows outside systems to query/edit it. | Retargeter/IKRetargetOps.h | |
const FRetargetChainMapping * GetChainMapping () |
Wraps the non-const GetChainMapping() to provide const access | Retargeter/IKRetargetOps.h |
GetChainMapping()
Description
(optional) ops can optionally store their own chain mapping, this allows outside systems to query/edit it. NOTE: this is conceptually const and should not alter the op state, but only return the chain mapping!
| Name | GetChainMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include Path | #include "Retargeter/IKRetargetOps.h" |
virtual FRetargetChainMapping * GetChainMapping()
GetChainMapping()
Description
Wraps the non-const GetChainMapping() to provide const access
| Name | GetChainMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include Path | #include "Retargeter/IKRetargetOps.h" |
const FRetargetChainMapping * GetChainMapping() const