Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Rig
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Rig/IKRigDataTypes.h |
| Include | #include "Rig/IKRigDataTypes.h" |
Syntax
USTRUCT&40;&41;
struct FIKRigGoalContainer
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |
Clear out all Goals in container. | |
| const FIKRigGoal * | FindGoalByName
(
const FName& GoalName |
Get an IK goal with the given name. | |
| const TArray< FIKRigGoal > & | GetGoalArray () |
Get read-only access to array of Goals. | |
| void | SetIKGoal
(
const FIKRigGoal& InGoal |
Set an IK goal to go to a specific location and rotation (in the specified space) blended by alpha. | |
| void | SetIKGoal
(
const UIKRigEffectorGoal* InEffectorGoal |
Set an IK goal to go to a specific location and rotation (in the specified space) blended by alpha. |