Navigation
API > API/Plugins > API/Plugins/IKRig
The blueprint/python API for modifying a Pole solver's settings in an IK Rig.
| Name | UIKRigPoleSolverController |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Rig/Solvers/IKRigPoleSolver.h |
| Include Path | #include "Rig/Solvers/IKRigPoleSolver.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UIKRigPoleSolverController : public UIKRigSolverControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRigSolverControllerBase → UIKRigPoleSolverController
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRigPoleSolverSettings GetSolverSettings() |
Get the current solver settings as a struct. | Rig/Solvers/IKRigPoleSolver.h |
|
void SetSolverSettings
(
FIKRigPoleSolverSettings InSettings |
Set the solver settings. Input is a custom struct type for this solver. | Rig/Solvers/IKRigPoleSolver.h |
|