unreal.IKRetargetAlignPoleVectorController

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

Bases: IKRetargetOpControllerBase

The blueprint/python API for editing an Align Pole Vector Op

C++ Source:

  • Plugin: IKRig

  • Module: IKRig

  • File: AlignPoleVectorOp.h

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

FIKRetargetAlignPoleVectorOpSettings struct with the current settings used by the op.

Return type:

IKRetargetAlignPoleVectorOpSettings

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

settings (IKRetargetAlignPoleVectorOpSettings) – a FIKRetargetAlignPoleVectorOpSettings struct containing all the settings to apply to this op