Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetCurveRemapOp
Description
NOTE: this op does not do anything in Initialize() or Run(). It implements GetCurvesToRetarget() which the retargeting anim node calls and manages In the future we may remove this coupling and make the op itself do the work via callbacks
Virtual Inheritance
- FIKRetargetOpBase::Initialize → FIKRetargetCurveRemapOp::Initialize
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/CurveRemapOp.h |
| Include Path | #include "Retargeter/RetargetOps/CurveRemapOp.h" |
virtual bool Initialize
(
const FIKRetargetProcessor & InProcessor,
const FRetargetSkeleton & InSourceSkeleton,
const FTargetSkeleton & InTargetSkeleton,
const FIKRetargetOpBase * InParentOp,
FIKRigLogger & Log
)