Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
A user-created collection of animation logic & data.
| Name | UAnimNextAnimationGraph |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/Graph/AnimNextAnimationGraph.h |
| Include Path | #include "Graph/AnimNextAnimationGraph.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAnimNextAnimationGraph : public UAnimNextDataInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URigVMHost → UAnimNextRigVMAsset → UAnimNextDataInterface → UAnimNextAnimationGraph
Implements Interfaces
Derived Classes
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
(
FAnimNextModuleInstance* InModuleInstance, |
Allocates an instance of the graph with an optional module and/or parent graph instance | Graph/AnimNextAnimationGraph.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Graph/AnimNextAnimationGraph.h | |||
virtual void Serialize
(
FArchive& Ar |
Graph/AnimNextAnimationGraph.h |