Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetAlignPoleVectorOp
Description
(optional) implement this if the op stores chain settings by name to allow the settings to be maintained after a chain is renamed NOTE: this is only called when the target IK Rig this op references has a chain that is renamed. NOTE: ops do not have to update chain mappings in this function, that is managed for them if GetChainMapping() is implemented
Virtual Inheritance
- FIKRetargetOpBase::OnTargetChainRenamed → FIKRetargetAlignPoleVectorOp::OnTargetChainRenamed
| Name | OnTargetChainRenamed |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/AlignPoleVectorOp.h |
| Include Path | #include "Retargeter/RetargetOps/AlignPoleVectorOp.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRig/Private/Retargeter/RetargetOps/AlignPoleVectorOp.cpp |
virtual void OnTargetChainRenamed
(
const FName InOldChainName,
const FName InNewChainName
)