Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRigGoalContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetIKGoal
(
const FIKRigGoal& InGoal |
Set an IK goal to go to a specific location and rotation (in the specified space) blended by alpha. | Rig/IKRigDataTypes.h | |
void SetIKGoal
(
const UIKRigEffectorGoal* InEffectorGoal |
Set an IK goal to go to a specific location and rotation (in the specified space) blended by alpha. | Rig/IKRigDataTypes.h |
SetIKGoal(const FIKRigGoal &)
Description
Set an IK goal to go to a specific location and rotation (in the specified space) blended by alpha. Will ADD the goal if none exist with the input name.
| Name | SetIKGoal |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Rig/IKRigDataTypes.h |
| Include Path | #include "Rig/IKRigDataTypes.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRig/Private/Rig/IKRigDataTypes.cpp |
void SetIKGoal
(
const FIKRigGoal & InGoal
)
SetIKGoal(const UIKRigEffectorGoal *)
Description
Set an IK goal to go to a specific location and rotation (in the specified space) blended by alpha. Will ADD the goal if none exist with the input name.
| Name | SetIKGoal |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Rig/IKRigDataTypes.h |
| Include Path | #include "Rig/IKRigDataTypes.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRig/Private/Rig/IKRigDataTypes.cpp |
void SetIKGoal
(
const UIKRigEffectorGoal * InEffectorGoal
)