Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Description
Force all ops to use the assigned IK Rig and update their chain mappings. NOTE: some ops may not reference an IK Rig at all; the exact behavior is op-dependent
| Name | AssignIKRigToAllOps |
| 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, Category="IK Retarget", Meta=(BlueprintThreadSafe))
void AssignIKRigToAllOps
(
const ERetargetSourceOrTarget InSourceOrTarget,
const UIKRigDefinition * InIKRig
) const
Parameters
| Name | Remarks |
|---|---|
| InSourceOrTarget | whether to assign the provided IK Rig as a source or target IK Rig |
| InIKRig | the IK Rig asset to assign |