Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetScaleSourceOpSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/ScaleSourceOp.h |
| Include Path | #include "Retargeter/RetargetOps/ScaleSourceOp.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Scale Source Settings"))
struct FIKRetargetScaleSourceOpSettings : public FIKRetargetOpSettingsBase
Inheritance Hierarchy
- FIKRetargetOpSettingsBase → FIKRetargetScaleSourceOpSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bProjectScalePivotToFloor | bool | Retargeter/RetargetOps/ScaleSourceOp.h |
|
|
| ScalePivot | EScaleSourcePivot | Retargeter/RetargetOps/ScaleSourceOp.h |
|
|
| ScalePivotBone | FBoneReference | Retargeter/RetargetOps/ScaleSourceOp.h |
|
|
| SourceScaleFactor | double | Range 0.01 to +inf. | Retargeter/RetargetOps/ScaleSourceOp.h |
|
Functions
Public
Overridden from FIKRetargetOpSettingsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopySettingsAtRuntime
(
const FIKRetargetOpSettingsBase* InSettingsToCopyFrom |
(required) override to specify how settings should be applied in a way that will not require reinitialization (ie runtime compatible) | Retargeter/RetargetOps/ScaleSourceOp.h | |
virtual const UClass * GetControllerType() |
(optional, but recommended) provide a custom controller type (deriving from UIKRetargetOpControllerBase) as an API for editing the op NOTE: this type will automatically be lazy instantiated when/if the user calls GetController() on the op. | Retargeter/RetargetOps/ScaleSourceOp.h | |
virtual USkeleton * GetSkeleton
(
const FName InPropertyName |
Allow settings to provide a skeleton for any given FBoneReference widget. | Retargeter/RetargetOps/ScaleSourceOp.h |