Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
A user-created collection of animation logic & data.
| Name | UUAFAnimGraph |
| 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 UUAFAnimGraph : public UUAFSharedVariables
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URigVMHost → UUAFRigVMAsset → UUAFSharedVariables → UUAFAnimGraph
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUAFAnimGraph
(
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 | |
TSharedPtr< FAnimNextGraphInstance > PreAllocateInstance
(
const UE::UAF::FGraphAllocationParams& InParams, |
Pre-allocates an instance of the graph | Graph/AnimNextAnimationGraph.h |
Public Virtual
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 |