Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
Context struct passed to graph instance tasks, allowing setting of variables etc.
| Name | FAnimGraphTaskContext |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Graph/AnimGraphTaskContext.h |
| Include Path | #include "Graph/AnimGraphTaskContext.h" |
Syntax
struct FAnimGraphTaskContext : public UE::UAF::FInstanceTaskContext
Inheritance Hierarchy
- FInstanceTaskContext → FAnimGraphTaskContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimGraphTaskContext
(
FAnimNextGraphInstance& InGraphInstance |
Graph/AnimGraphTaskContext.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FAnimNextGraphInstance | friend | Graph/AnimGraphTaskContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNextGraphInstance & GetAnimGraphInstance() |
Get the graph instance. | Graph/AnimGraphTaskContext.h |