Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Description
Assign a parent to the given override set. NOTE: Override sets can be applied hierarchically to make for easy composition of property overrides.
| Name | SetParentOverrideSet |
| 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")
bool SetParentOverrideSet
(
FName InOverrideSetName,
FName InParentName
)
True if the override set was re-parented, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InOverrideSetName | The name of the override set to re-parent. |
| InParentName | The new parent name or NAME_None. |