Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FAnimGraphReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default-constructable only because it needs to be embedded in UObjects/UStructs. | Graph/AnimGraphReference.h | ||
FAnimGraphReference
(
TNonNullPtr< const UUAFAnimGraph > InAnimGraph, |
Construct an owning handle to a graph instance. | Graph/AnimGraphReference.h |
FAnimGraphReference()
Description
Default-constructable only because it needs to be embedded in UObjects/UStructs.
| Name | FAnimGraphReference |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Graph/AnimGraphReference.h |
| Include Path | #include "Graph/AnimGraphReference.h" |
FAnimGraphReference()
FAnimGraphReference(TNonNullPtr< const UUAFAnimGraph >, const FUAFWeakSystemReference &, FAnimNextFactoryParams &&)
Description
Construct an owning handle to a graph instance. Constructs a FAnimNextGraphInstance for use by worker threads and minimally pre-allocates it Can be called on any thread
| Name | FAnimGraphReference |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Graph/AnimGraphReference.h |
| Include Path | #include "Graph/AnimGraphReference.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Private/Graph/AnimGraphReference.cpp |
FAnimGraphReference
(
TNonNullPtr < const UUAFAnimGraph > InAnimGraph,
const FUAFWeakSystemReference & InSystemReference,
FAnimNextFactoryParams && InFactoryParams
)
Parameters
| Name | Remarks |
|---|---|
| InAnimGraph | The graph asset to create this instance from |
| InSystemReference | The system that the graph will be used with. Graphs can only be used within a single system |
| InFactoryParams | The factory params to construct the instance with |