Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetOffsetGoalsChainSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/OffsetGoalsOp.h |
| Include Path | #include "Retargeter/RetargetOps/OffsetGoalsOp.h" |
Syntax
USTRUCT (BlueprintType )
struct FIKRetargetOffsetGoalsChainSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Retargeter/RetargetOps/OffsetGoalsOp.h | |||
FIKRetargetOffsetGoalsChainSettings
(
const FName InTargetChainName |
Retargeter/RetargetOps/OffsetGoalsOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | double | Range 0 to 1. Default 0. Blend the offsets on this chain on/off. | Retargeter/RetargetOps/OffsetGoalsOp.h |
|
| GlobalRotationOffset | FRotator | Default 0,0,0. Apply a global-space offset to the IK goal rotation. | Retargeter/RetargetOps/OffsetGoalsOp.h |
|
| GlobalTranslationOffset | FVector | Default 0,0,0. Apply a global-space offset to the IK goal position. | Retargeter/RetargetOps/OffsetGoalsOp.h |
|
| LocalRotationOffset | FRotator | Default 0,0,0. Apply a local-space offset to the IK goal rotation. | Retargeter/RetargetOps/OffsetGoalsOp.h |
|
| LocalTranslationOffset | FVector | Default 0,0,0. Apply a local-space offset to the IK goal position. | Retargeter/RetargetOps/OffsetGoalsOp.h |
|
| TargetChainName | FName | The name of the TARGET chain for these settings. | Retargeter/RetargetOps/OffsetGoalsOp.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
Retargeter/RetargetOps/OffsetGoalsOp.h | ||
void SetName
(
const FName InName |
Retargeter/RetargetOps/OffsetGoalsOp.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FIKRetargetOffsetGoalsChainSettings& Other |
Retargeter/RetargetOps/OffsetGoalsOp.h |