Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRetargetChainMapping & GetChainMapping () |
BEGIN DEPRECATED PUBLIC API get access to the mapping between source/target chains | RetargetEditor/IKRetargeterController.h | |
const FRetargetChainMapping * GetChainMapping
(
const FName InOpName |
RETARGET CHAIN MAPPING C++ ONLY API Get access to the mapping between source/target chains for the particular op (may be null) If no op name is specified, it returns the first chain mapping it finds | RetargetEditor/IKRetargeterController.h |
GetChainMapping()
Description
BEGIN DEPRECATED PUBLIC API get access to the mapping between source/target chains
| Name | GetChainMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargeterController.h |
| Include Path | #include "RetargetEditor/IKRetargeterController.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RetargetEditor/IKRetargeterController.cpp |
const FRetargetChainMapping & GetChainMapping() const
GetChainMapping(const FName)
Description
RETARGET CHAIN MAPPING C++ ONLY API Get access to the mapping between source/target chains for the particular op (may be null) If no op name is specified, it returns the first chain mapping it finds
| Name | GetChainMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargeterController.h |
| Include Path | #include "RetargetEditor/IKRetargeterController.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RetargetEditor/IKRetargeterController.cpp |
const FRetargetChainMapping * GetChainMapping
(
const FName InOpName
) const