Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Solvers/IKRig_PoleSolver.h |
Include |
#include "Solvers/IKRig_PoleSolver.h" |
UCLASS(EditInlineNew)
class UIKRig_PoleSolver : public UIKRigSolver
Name | Description | |
---|---|---|
|
UIKRig_PoleSolver() |
Name | Description | ||
---|---|---|---|
|
AddGoal ( |
Goals |
|
|
UObject *... |
GetGoalSettings ( |
Override to support supplying goals settings specific to this solver to outside systems for editing/UI |
|
GetNiceName() |
Override to give your solver a nice name to display in the UI |
|
|
GetWarningMessage ( |
Override to provide warning to user during setup of any missing components. |
|
|
Initialize ( |
UIKRigSolver interface |
|
|
IsBoneAffectedBySolver ( |
Return true if the supplied Bone is affected by this solver - this provides UI feedback for user |
|
|
IsGoalConnected ( |
Override to support QUERY for a connected goal |
|
|
RemoveGoal ( |
Override to support REMOVING a goal from custom solver |
|
|
RenameGoal |
Override to support RENAMING an existing goal |
|
|
RequiresEndBone() |
||
|
RequiresRootBone() |
Root bone can be set on this solver |
|
|
SetEndBone ( |
End bone can be set on this solver |
|
|
SetGoalBone |
Override to support CHANGING BONE for an existing goal |
|
|
SetRootBone ( |
Override to support SETTING ROOT BONE for the solver |
|
|
Solve ( |
Override Solve() to evaluate new output pose (InOutGlobalTransform) |
|
|
UpdateSolverSettings ( |
Override to support RECEIVING modified solver settings from outside systems for editing/UI. |