Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Description
Assign a source chain to the given target chain. Animation will be copied from the source to the target.
| Name | SetSourceChain |
| 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",
Meta=(BlueprintThreadSafe))
bool SetSourceChain
(
FName InSourceChainName,
FName InTargetChainName,
const FName InOpName
) const
Parameters
| Name | Remarks |
|---|---|
| InSourceChainName | the name of the source retarget chain to assign |
| InTargetChainName | the name of the target chain to map |
| InOpName | if specified, will set the source chain only for that op (otherwise applies to all ops with a chain mapping) |