Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FAnimNextGraphInstance
GC handler. This is nested to avoid having to bubble the polymorphism it introduces up to super-structs.
| Name | FGCHandler |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Graph/AnimNextGraphInstance.h |
| Include Path | #include "Graph/AnimNextGraphInstance.h" |
Syntax
struct FGCHandler : public FGCObject
Inheritance Hierarchy
- FGCObject → FAnimNextGraphInstance::FGCHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGCHandler
(
FAnimNextGraphInstance& InOwner |
Graph/AnimNextGraphInstance.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Owner | FAnimNextGraphInstance & | Owner instance. | Graph/AnimNextGraphInstance.h | |
| TraitsWithReferences | TArray< UE::UAF::FWeakTraitPtr > | List of trait handles that contain UObject references and implement IGarbageCollection. | Graph/AnimNextGraphInstance.h |
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
FGCObject implementation. | Graph/AnimNextGraphInstance.h | |
virtual FString GetReferencerName() |
Graph/AnimNextGraphInstance.h |