Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Retargeter
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetProfile.h |
| Include | #include "Retargeter/IKRetargetProfile.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRetargetProfile
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyChainSettings | If true, the Chain Settings stored in this profile will be applied to the Retargeter (when plugged into the Retargeter). | |
| bool | bApplyGlobalSettings | If true, the global settings stored in this profile will be applied to the Retargeter (when plugged into the Retargeter). | |
| bool | bApplyRootSettings | If true, the root settings stored in this profile will be applied to the Retargeter (when plugged into the Retargeter). | |
| bool | bApplySourceRetargetPose | If true, the Source Retarget Pose specified in this profile will be applied to the Retargeter (when plugged into the Retargeter). | |
| bool | bApplyTargetRetargetPose | If true, the TARGET Retarget Pose specified in this profile will be applied to the Retargeter (when plugged into the Retargeter). | |
| TMap< FName, FTargetChainSettings > | ChainSettings | A (potentially sparse) set of setting overrides for the target chains (only applied when bApplyChainSettings is true). | |
| FRetargetGlobalSettings | GlobalSettings | Retarget settings to control global behavior, like Stride Warping (not applied unless bApplyGlobalSettings is true) | |
| FTargetRootSettings | RootSettings | Retarget settings to control behavior of the retarget root motion (not applied unless bApplyRootSettings is true) | |
| FName | SourceRetargetPoseName | Override the SOURCE Retarget Pose to use when this profile is active. | |
| FName | TargetRetargetPoseName | Override the TARGET Retarget Pose to use when this profile is active. |