Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FRetargetIKChainSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/IKChainsOp.h |
| Include Path | #include "Retargeter/RetargetOps/IKChainsOp.h" |
Syntax
USTRUCT (BlueprintType )
struct FRetargetIKChainSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Retargeter/RetargetOps/IKChainsOp.h | |||
FRetargetIKChainSettings
(
const FName InTargetChainName |
Retargeter/RetargetOps/IKChainsOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ApplyPelvisOffsetToSourceGoals | bool | Default false. | Retargeter/RetargetOps/IKChainsOp.h |
|
| BlendToSource | double | Range 0 to 1. | Retargeter/RetargetOps/IKChainsOp.h |
|
| BlendToSourceRotation | double | Range 0 to 1. | Retargeter/RetargetOps/IKChainsOp.h |
|
| BlendToSourceTranslation | double | Range 0 to 1. | Retargeter/RetargetOps/IKChainsOp.h |
|
| BlendToSourceWeights | FVector | Range 0 to 1. | Retargeter/RetargetOps/IKChainsOp.h |
|
| EnableIK | bool | Whether to modify the location of the IK goal on this chain. | Retargeter/RetargetOps/IKChainsOp.h |
|
| Extension | double | Range 0 to 5. | Retargeter/RetargetOps/IKChainsOp.h |
|
| ScaleVertical | double | Range 0 to infinity. Default 1. Scales the vertical component of the IK goal's position. | Retargeter/RetargetOps/IKChainsOp.h |
|
| StaticLocalOffset | FVector | Default 0, 0, 0. Apply a static local-space offset to IK goal position. | Retargeter/RetargetOps/IKChainsOp.h |
|
| StaticOffset | FVector | Default 0, 0, 0. Apply a static global-space offset to IK goal position. | Retargeter/RetargetOps/IKChainsOp.h |
|
| StaticRotationOffset | FRotator | Default 0, 0, 0. Apply a static local-space offset to IK goal rotation. | Retargeter/RetargetOps/IKChainsOp.h |
|
| TargetChainName | FName | The name of the TARGET chain to transfer animation onto. | Retargeter/RetargetOps/IKChainsOp.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
Retargeter/RetargetOps/IKChainsOp.h | ||
bool Serialize
(
FArchive& Ar |
Custom serialization to handle loading old assets | Retargeter/RetargetOps/IKChainsOp.h | |
void SetName
(
const FName InName |
Retargeter/RetargetOps/IKChainsOp.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRetargetIKChainSettings& Other |
Retargeter/RetargetOps/IKChainsOp.h |