unreal.IKRetargetStretchChainController¶
- class unreal.IKRetargetStretchChainController(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
IKRetargetOpControllerBaseThe blueprint/python API for editing an Align Pole Vector Op
C++ Source:
Plugin: IKRig
Module: IKRig
File: StretchChainOp.h
- get_settings() IKRetargetStretchChainOpSettings¶
- Get the current op settings as a struct.
- Returns:
FIKRetargetStretchChainOpSettings 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 (IKRetargetStretchChainOpSettings) – a FIKRetargetStretchChainOpSettings struct containing all the settings to apply to this op