Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | IIKGoalCreatorInterface |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/ActorComponents/IKRigInterface.h |
| Include Path | #include "ActorComponents/IKRigInterface.h" |
Syntax
class IIKGoalCreatorInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddIKGoals
(
TMap< FName, FIKRigGoal >& OutGoals |
Add your own goals to the OutGoals map (careful not to remove existing goals in the map!) | ActorComponents/IKRigInterface.h |
|