unreal.IKRetargetIKChainsController

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

Bases: IKRetargetOpControllerBase

The blueprint/python API for editing a IK Chains Op

C++ Source:

  • Plugin: IKRig

  • Module: IKRig

  • File: IKChainsOp.h

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

FIKRetargetIKChainsOpSettings struct with the current settings used by the op.

Return type:

IKRetargetIKChainsOpSettings

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

settings (IKRetargetIKChainsOpSettings) – a FIKRetargetIKChainsOpSettings struct containing all the settings to apply to this op