Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Solvers/IKRig_SetTransform.h |
Include |
#include "Solvers/IKRig_SetTransform.h" |
UCLASS(EditInlineNew)
class UIKRig_SetTransform : public UIKRigSolver
Name | Description | ||
---|---|---|---|
|
TObjectPtr< UIK... |
Effector |
|
|
Goal |
||
|
RootBone |
Name | Description | |
---|---|---|
|
UIKRig_SetTransform() |
Name | Description | ||
---|---|---|---|
|
AddGoal ( |
Override to support ADDING a new goal to custom solver |
|
|
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 |
|
|
SetGoalBone |
Override to support CHANGING BONE for an existing goal |
|
|
Solve ( |
Override Solve() to evaluate new output pose (InOutGlobalTransform) |
|
|
UpdateSolverSettings ( |
Override to support RECEIVING modified solver settings from outside systems for editing/UI. |