unreal.IKRetargetScaleSourceController

class unreal.IKRetargetScaleSourceController(outer: Object | None = None, name: Name | str = 'None')

Bases: IKRetargetOpControllerBase

The blueprint/python API for editing a Scale Source Op

C++ Source:

  • Plugin: IKRig

  • Module: IKRig

  • File: ScaleSourceOp.h

get_settings() IKRetargetScaleSourceOpSettings
Get the current op settings as a struct.
Returns:

FIKRetargetScaleSourceOpSettings struct with the current settings used by the op.

Return type:

IKRetargetScaleSourceOpSettings

set_settings(settings) None
Set the op settings. Input is a custom struct type for this op.
Parameters:

settings (IKRetargetScaleSourceOpSettings) – a FIKRetargetScaleSourceOpSettings struct containing all the settings to apply to this op