Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Description
Move the retarget op at the given index to the target index. NOTE: due to constraints on execution order, the actual index may differ from what is requested @InOpToMoveIndex the index of the op to be moved @InTargetIndex the index where the op should be moved to
| Name | MoveRetargetOpInStack |
| 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 |
UFUNCTION (BlueprintCallable, BlueprintPure=false, Category="IK Retarget")
bool MoveRetargetOpInStack
(
int32 InOpToMoveIndex,
int32 InTargetIndex
) const