Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRigController
Description
RETARGETING PUBLIC/SCRIPTING API Add a new chain with the given Chain and Bone names. Returns newly created chain name (uniquified). Note: only the ChainName is required here, all else can be set later.
| Name | AddRetargetChain |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/IKRigController.h |
| Include Path | #include "RigEditor/IKRigController.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RigEditor/IKRigController.cpp |
UFUNCTION (BlueprintCallable, BlueprintPure=false, Category="IK Rig")
FName AddRetargetChain
(
const FName ChainName,
const FName StartBoneName,
const FName EndBoneName,
const FName GoalName
) const