Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetScaleGoalsChainSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/ScaleGoalsOp.h |
| Include Path | #include "Retargeter/RetargetOps/ScaleGoalsOp.h" |
Syntax
USTRUCT (BlueprintType )
struct FIKRetargetScaleGoalsChainSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Retargeter/RetargetOps/ScaleGoalsOp.h | |||
FIKRetargetScaleGoalsChainSettings
(
const FName InTargetChainName |
Retargeter/RetargetOps/ScaleGoalsOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ScaleAlongChain | double | Range 0 to infinity. | Retargeter/RetargetOps/ScaleGoalsOp.h |
|
| ScaleHorizontal | double | Range 0 to infinity. Default 1. Scales the horizontal component of the IK goal's position. | Retargeter/RetargetOps/ScaleGoalsOp.h |
|
| ScaleVertical | double | Range 0 to infinity. Default 1. Scales the vertical component of the IK goal's position. | Retargeter/RetargetOps/ScaleGoalsOp.h |
|
| TargetChainName | FName | The name of the TARGET chain for these settings. | Retargeter/RetargetOps/ScaleGoalsOp.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
Retargeter/RetargetOps/ScaleGoalsOp.h | ||
void SetName
(
const FName InName |
Retargeter/RetargetOps/ScaleGoalsOp.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FIKRetargetScaleGoalsChainSettings& Other |
Retargeter/RetargetOps/ScaleGoalsOp.h |