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 | |
| ModuleInstance | FAnimNextModuleInstance * | The module instance to use as our outermost host. Usually non-null except in special cases (e.g. unit tests) | Graph/AnimNextAnimationGraph.h | |
| Overrides | TSharedPtr< const UE::UAF::FVariableOverridesCollection > | Any variable overrides to apply to this graph. | Graph/AnimNextAnimationGraph.h | |
| ParentContext | FExecutionContext * | The current execution context we are running in, if any. | Graph/AnimNextAnimationGraph.h | |
| ParentGraphInstance | FAnimNextGraphInstance * | The hosting/parent graph instance. | Graph/AnimNextAnimationGraph.h |