Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
A user-created collection of animation logic & data.
| Name | UAnimNextAnimationGraph |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Graph/AnimNextAnimationGraph.h |
| Include Path | #include "Graph/AnimNextAnimationGraph.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAnimNextAnimationGraph : public UAnimNextSharedVariables
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URigVMHost → UAnimNextRigVMAsset → UAnimNextSharedVariables → UAnimNextAnimationGraph
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimNextAnimationGraph
(
const FObjectInitializer& ObjectInitializer |
Graph/AnimNextAnimationGraph.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FAnimNextGraphInstance | friend | Graph/AnimNextAnimationGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FAnimNextGraphInstance > AllocateInstance
(
const UE::UAF::FGraphAllocationParams& InParams |
Allocates an instance of the graph according to the supplied parameters | Graph/AnimNextAnimationGraph.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
Graph/AnimNextAnimationGraph.h | ||
| Graph/AnimNextAnimationGraph.h | |||
virtual void Serialize
(
FArchive& Ar |
Graph/AnimNextAnimationGraph.h |