Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddRetargetOp
(
const FString InIKRetargetOpType |
RETARGET OPS PUBLIC/SCRIPTING API Add a new retarget op of the given type to the bottom of the stack. | RetargetEditor/IKRetargeterController.h |
|
int32 AddRetargetOp
(
const UScriptStruct* InRetargetOpType, |
Add a new retarget op to the stack | RetargetEditor/IKRetargeterController.h |
AddRetargetOp(const FString)
Description
RETARGET OPS PUBLIC/SCRIPTING API Add a new retarget op of the given type to the bottom of the stack. Returns the stack index.
| Name | AddRetargetOp |
| 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")
int32 AddRetargetOp
(
const FString InIKRetargetOpType
) const
Parameters
| Name | Remarks |
|---|---|
| InIKRetargetOpType | the full package path of the UStruct type, ie /Script/IKRig.IKRetargetPinBoneOp |
AddRetargetOp(const UScriptStruct *, const FName)
Description
RETARGET OPS C++ ONLY API
| Name | AddRetargetOp |
| 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 |
int32 AddRetargetOp
(
const UScriptStruct * InRetargetOpType,
const FName InParentOpName
) const