Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Retargeter
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetSettings.h |
| Include | #include "Retargeter/IKRetargetSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FTargetChainFKSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | EnableFK | Whether to copy the shape of the chain from the source skeleton using the Rotation and Translation modes. | |
| bool | PoleVectorMaintainOffset | Default is False. | |
| float | PoleVectorMatching | Range 0 to 1. | |
| float | PoleVectorOffset | Range +/- 180. Default 0. An angular offset, in degrees, for the pole direction of the chain. | |
| float | RotationAlpha | Range +/- infinity. | |
| ERetargetRotationMode | RotationMode | Determines how rotation is copied from the source chain to the target chain. | |
| float | TranslationAlpha | Range +/- infinity. | |
| ERetargetTranslationMode | TranslationMode | Determines how translation is copied from the source chain to the target chain. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FTargetChainFKSettings& Other |