Navigation
API > API/Plugins > API/Plugins/IKRig
This is the base class for defining editable per-goal settings for your custom IKRig solver. For example, your solver could have a "Strength" value for goals, which can go here. NOTE: the derived type must be returned by the solver's GetGoalSettingsType() and GetGoalSettings()
| Name | FIKRigGoalSettingsBase |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Rig/Solvers/IKRigSolverBase.h |
| Include Path | #include "Rig/Solvers/IKRigSolverBase.h" |
Syntax
USTRUCT (BlueprintType )
struct FIKRigGoalSettingsBase : public FIKRigSettingsBase
Inheritance Hierarchy
- FIKRigSettingsBase → FIKRigGoalSettingsBase
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FIKRigGoalSettingsBase() |
Rig/Solvers/IKRigSolverBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Goal | FName | The IKRig Goal that these settings are applied to. | Rig/Solvers/IKRigSolverBase.h |
|