Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Description
Get the target IK Rig associated with the given Op. May be different than the default IK Rig. NOTE: all ops use the global SOURCE IK rig, but each op may use its own custom TARGET IK Rig. NOTE: not all ops maintain their own target IK Rig in which case this function returns nullptr NOTE: some ops may refer to the target IK Rig used by their parent op. In that case, this function returns the parent Op's IK Rig.
| Name | GetTargetIKRigForOp |
| 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))
const UIKRigDefinition * GetTargetIKRigForOp
(
const FName InOpName
) const
the IK Rig assset associated with this op
Parameters
| Name | Remarks |
|---|---|
| InOpName | the name of the retarget op |