Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
Parameters to AllocateInstance.
| Name | FGraphAllocationParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Graph/AnimNextAnimationGraph.h |
| Include Path | #include "Graph/AnimNextAnimationGraph.h" |
Syntax
struct FGraphAllocationParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntryPoint | FName | The entry point to use (deprecated) | Graph/AnimNextAnimationGraph.h | |
| Overrides | TSharedPtr< const UE::UAF::FVariableOverridesCollection > | Any variable overrides to apply to this graph. | Graph/AnimNextAnimationGraph.h | |
| ParentGraphInstance | TWeakPtr< FAnimNextGraphInstance > | The hosting/parent graph instance. | Graph/AnimNextAnimationGraph.h | |
| SystemReference | FUAFWeakSystemReference | The system to use as our outermost host. | Graph/AnimNextAnimationGraph.h |