Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FIKRetargetScaleSourceOp |
| 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"))
struct FIKRetargetScaleSourceOp : public FIKRetargetOpBase
Inheritance Hierarchy
- FIKRetargetOpBase → FIKRetargetScaleSourceOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Settings | FIKRetargetScaleSourceOpSettings | Retargeter/RetargetOps/ScaleSourceOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedScalePivotBoneIndex | int32 | Caching the bone index to scale the source from | Retargeter/RetargetOps/ScaleSourceOp.h | |
| CachedScalePivotBoneName | FName | Retargeter/RetargetOps/ScaleSourceOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetScalePivotBoneIndex
(
const FRetargetSkeleton& InSourceSkeleton |
Retargeter/RetargetOps/ScaleSourceOp.h |
Overridden from FIKRetargetOpBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FIKRetargetOpSettingsBase * GetSettings () |
(required) override and return a pointer to the settings struct used by this operation NOTE: it is not permitted to modify the settings from inside this getter. | Retargeter/RetargetOps/ScaleSourceOp.h | |
virtual const UScriptStruct * GetSettingsType() |
(required) override and return the type used to house the settings for this operation | Retargeter/RetargetOps/ScaleSourceOp.h | |
virtual const UScriptStruct * GetType() |
(required) override and return the type of this op (the derived subclass) | Retargeter/RetargetOps/ScaleSourceOp.h | |
virtual bool Initialize
(
const FIKRetargetProcessor& InProcessor, |
NOTE: this op does not do anything in Initialize() or Run(). | Retargeter/RetargetOps/ScaleSourceOp.h | |
virtual bool IsSingleton() |
(optional) return true to disallow multiple copies of this op in the stack | Retargeter/RetargetOps/ScaleSourceOp.h | |
virtual void Run
(
FIKRetargetProcessor& InProcessor, |
(optional) override to evaluate this operation and modify the output pose | Retargeter/RetargetOps/ScaleSourceOp.h |