Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
A single binding that connects a child node in this graph to a Value Bundle variable on the inner sub-graph's interface.
| Name | FUAFInlineSubGraphInputBinding |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Traits/InlineSubGraphTraitData.h |
| Include Path | #include "Traits/InlineSubGraphTraitData.h" |
Syntax
USTRUCT (Meta=(Hidden))
struct FUAFInlineSubGraphInputBinding
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Input | FAnimNextTraitHandle | A child node in this graph whose output is passed into the inner sub-graph. | Traits/InlineSubGraphTraitData.h |
|
| Variable | FAnimNextVariableReference | The Value Bundle variable on the inner sub-graph that receives the value from Input. | Traits/InlineSubGraphTraitData.h |
|