Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/UIKRetargeter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGSFRetargetChainMapping & GetChainMapping () |
BEGIN DEPRECATED API. | Retargeter/IKRetargeter.h | |
const FRetargetChainMapping & GetChainMapping () |
Get read-only access to the chain mapping | Retargeter/IKRetargeter.h |
GetChainMapping()
Description
(5.6 pre ops refactor)
These were used to get/set Root/Chain/Global settings from outside systems Because these settings are now scattered across the various ops that perform the equivalent functions, we cannot provide backwards compatibility. Instead you can use the new op controller API to get a controller for any retarget op and get/set it's settings. Get read/write access to the chain mapping
| Name | GetChainMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargeter.h |
| Include Path | #include "Retargeter/IKRetargeter.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGSFRetargetChainMapping & GetChainMapping()
GetChainMapping()
Description
Get read-only access to the chain mapping
| Name | GetChainMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargeter.h |
| Include Path | #include "Retargeter/IKRetargeter.h" |
const FRetargetChainMapping & GetChainMapping() const