Navigation
API > API/Plugins > API/Plugins/IKRig
The blueprint/python API for editing a Scale Source Op
| Name | UIKRetargetScaleSourceController |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/ScaleSourceOp.h |
| Include Path | #include "Retargeter/RetargetOps/ScaleSourceOp.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UIKRetargetScaleSourceController : public UIKRetargetOpControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRetargetOpControllerBase → UIKRetargetScaleSourceController
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRetargetScaleSourceOpSettings GetSettings() |
Get the current op settings as a struct. | Retargeter/RetargetOps/ScaleSourceOp.h |
|
void SetSettings
(
FIKRetargetScaleSourceOpSettings InSettings |
Set the op settings. Input is a custom struct type for this op. | Retargeter/RetargetOps/ScaleSourceOp.h |
|