Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Solvers/IKRig_BodyMover.h |
Include |
#include "Solvers/IKRig_BodyMover.h" |
UCLASS(EditInlineNew)
class UIKRig_BodyMover : public UIKRigSolver
Name | Description | ||
---|---|---|---|
|
Effectors |
||
|
float |
PositionAlpha |
Blend the translational effect of this solver on/off. Range is 0-1. Default is 1.0. |
|
float |
PositionNegativeX |
Multiply the NEGATIVE X translation. Range is 0-1. Default is 1.0. |
|
float |
PositionNegativeY |
Multiply the NEGATIVE Y translation. Range is 0-1. Default is 1.0. |
|
float |
PositionNegativeZ |
Multiply the NEGATIVE Z translation. Range is 0-1. Default is 1.0. |
|
float |
PositionPositiveX |
Multiply the POSITIVE X translation. Range is 0-1. Default is 1.0. |
|
float |
PositionPositiveY |
Multiply the POSITIVE Y translation. Range is 0-1. Default is 1.0. |
|
float |
PositionPositiveZ |
Multiply the POSITIVE Z translation. Range is 0-1. Default is 1.0. |
|
RootBone |
The target bone to move with the effectors. |
|
|
float |
RotateXAlpha |
Blend the X-axis rotational effect on/off. Range is 0-1. Default is 1.0. |
|
float |
RotateYAlpha |
Blend the Y-axis rotational effect on/off. Range is 0-1. Default is 1.0. |
|
float |
RotateZAlpha |
Blend the Z-axis rotational effect on/off. Range is 0-1. Default is 1.0. |
|
float |
RotationAlpha |
Blend the total rotational effect on/off. Range is 0-1. Default is 1.0. |
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 |
|
|
GetRootBone() |
If solver requires a root bone, then override this to return it. |
|
|
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 |
|
|
RequiresRootBone() |
Root 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. |