unreal.IKRigSetTransformController¶
- class unreal.IKRigSetTransformController(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
IKRigSolverControllerBaseThe blueprint/python API for modifying Set Transform settings in an IK Rig.
C++ Source:
Plugin: IKRig
Module: IKRig
File: IKRigSetTransform.h
- get_solver_settings() IKRigSetTransformSettings¶
- Get the current solver settings as a struct.
- Returns:
FIKRigSetTransformSettings struct with the current settings used by the solver.
- Return type:
- set_solver_settings(settings) None¶
- Set the solver settings. Input is a custom struct type for this solver.
- Parameters:
settings (IKRigSetTransformSettings) – a FIKRigSetTransformSettings struct containing all the settings to apply to this solver