Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRigGoalContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FIKRigGoal * FindGoalByName
(
const FName& GoalName |
Get an IK goal with the given name. | Rig/IKRigDataTypes.h | |
FIKRigGoal * FindGoalByName
(
const FName& GoalName |
Get an IK goal with the given name. | Rig/IKRigDataTypes.h |
FindGoalByName(const FName &)
Description
Get an IK goal with the given name. Returns nullptr if no Goal is found in the container with the name.
| Name | FindGoalByName |
| 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 |
const FIKRigGoal * FindGoalByName
(
const FName & GoalName
) const
FindGoalByName(const FName &)
Description
Get an IK goal with the given name. Returns nullptr if no Goal is found in the container with the name.
| Name | FindGoalByName |
| 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 |
FIKRigGoal * FindGoalByName
(
const FName & GoalName
)