Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Description
Set the settings for the target chain by name. Returns true if the chain settings were applied, false otherwise.
| Name | SetRetargetChainSettings |
| 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 SetRetargetChainSettings
(
const FName & TargetChainName,
const FTargetChainSettings & Settings
) const