Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRigController
Description
Get the UObject for the settings associated with the given Goal in the given Solver. Solvers can define their own per-Goal settings depending on their needs. These are termed "Effectors".
| Name | GetGoalSettingsForSolver |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/IKRigController.h |
| Include Path | #include "RigEditor/IKRigController.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RigEditor/IKRigController.cpp |
UFUNCTION (BlueprintCallable, Category="IK Rig")
UObject * GetGoalSettingsForSolver
(
const FName GoalName,
int32 SolverIndex
) const