Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
Hosts an inner sub-graph and exposes a set of child nodes from this graph as typed FUAFValueBundle inputs on the inner sub-graph's interface.
Each entry in Inputs maps a child node in this graph to a Value Bundle variable declared on the inner sub-graph. When the inner sub-graph becomes active those values are bound once and remain constant for the lifetime of that graph instance.
The inner sub-graph can be swapped at runtime via the Graph pin - blending between instances is supported.
| Name | FUAFInlineSubGraphTraitSharedData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Traits/InlineSubGraphTraitData.h |
| Include Path | #include "Traits/InlineSubGraphTraitData.h" |
Syntax
USTRUCT (Meta=(DisplayName="Inline Sub Graph", ShowTooltip=true))
struct FUAFInlineSubGraphTraitSharedData : public FAnimNextTraitSharedData
Inheritance Hierarchy
- FAnimNextTraitSharedData → FUAFInlineSubGraphTraitSharedData
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Self | FUAFInlineSubGraphTraitSharedData | Traits/InlineSubGraphTraitData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Graph | TObjectPtr< const UUAFAnimGraph > | The inner sub-graph asset to host. | Traits/InlineSubGraphTraitData.h |
|
| Inputs | TArray< FUAFInlineSubGraphInputBinding > | Connections from child nodes in this graph to Value Bundle variables on the inner sub-graph's interface. | Traits/InlineSubGraphTraitData.h |
|
| ReferencePoseChild | FAnimNextTraitHandle | Hidden reference pose fallback child, auto-populated during graph compilation. | Traits/InlineSubGraphTraitData.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const decltype(Graph) & GetGraph
(
const UE::UAF::FTraitBinding& Binding |
Traits/InlineSubGraphTraitData.h | ||
const decltype(Inputs) & GetInputs
(
const UE::UAF::FTraitBinding& Binding |
Traits/InlineSubGraphTraitData.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ConstructLatentProperties
(
const UE::UAF::FTraitBinding& Binding |
Traits/InlineSubGraphTraitData.h | ||
static void DestructLatentProperties
(
const UE::UAF::FTraitBinding& Binding |
Traits/InlineSubGraphTraitData.h | ||
static int32 GetLatentPropertyIndex
(
const size_t LatentPropertyOffset |
Traits/InlineSubGraphTraitData.h |