unreal.IKRetargetOffsetGoalsController¶
- class unreal.IKRetargetOffsetGoalsController(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
IKRetargetOpControllerBaseThe blueprint/python API for editing a Offset IK Goals Op
C++ Source:
Plugin: IKRig
Module: IKRig
File: OffsetGoalsOp.h
- get_settings() IKRetargetOffsetGoalsOpSettings¶
Get the current op settings as a struct.
- Returns:
FIKRetargetOffsetGoalsOpSettings struct with the current settings used by the op.
- Return type:
- set_settings(settings) None¶
Set the op settings. Input is a custom struct type for this op.
- Parameters:
settings (IKRetargetOffsetGoalsOpSettings) – a FIKRetargetOffsetGoalsOpSettings struct containing all the settings to apply to this op