Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetScaleGoalsOpSettings |
| 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 , Meta=(DisplayName="Scale Goals Settings"))
struct FIKRetargetScaleGoalsOpSettings : public FIKRetargetOpSettingsBase
Inheritance Hierarchy
- FIKRetargetOpSkeletonProvider → FIKRetargetOpSettingsBase → FIKRetargetScaleGoalsOpSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | double | Range 0 to 1. Default 1. Blend the effect on all chains on/off. | Retargeter/RetargetOps/ScaleGoalsOp.h |
|
| Chains | TArray< FIKRetargetScaleGoalsChainSettings > | Retargeter/RetargetOps/ScaleGoalsOp.h |
|