Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FRetargetFKChainSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/FKChainsOp.h |
| Include Path | #include "Retargeter/RetargetOps/FKChainsOp.h" |
Syntax
USTRUCT (BlueprintType )
struct FRetargetFKChainSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Retargeter/RetargetOps/FKChainsOp.h | |||
FRetargetFKChainSettings
(
const FName InTargetChainName |
Retargeter/RetargetOps/FKChainsOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EnableFK | bool | Whether to copy the shape of the chain from the source skeleton using the Rotation and Translation modes. | Retargeter/RetargetOps/FKChainsOp.h |
|
| RotationAlpha | double | Range +/- infinity. | Retargeter/RetargetOps/FKChainsOp.h |
|
| RotationMode | EFKChainRotationMode | Determines how rotation is copied from the source chain to the target chain. | Retargeter/RetargetOps/FKChainsOp.h |
|
| TargetChainName | FName | The name of the TARGET chain to transfer animation onto. | Retargeter/RetargetOps/FKChainsOp.h |
|
| TranslationAlpha | double | Range +/- infinity. | Retargeter/RetargetOps/FKChainsOp.h |
|
| TranslationMode | EFKChainTranslationMode | Determines how translation is copied from the source chain to the target chain. | Retargeter/RetargetOps/FKChainsOp.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRetargetFKChainSettings& Other |
Retargeter/RetargetOps/FKChainsOp.h |