Navigation
API > API/Runtime > API/Runtime/DataflowEngine
This node represent the inputs of a dataflow subgraph
| Name | FDataflowSubGraphInputNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowSubGraphNodes.h |
| Include Path | #include "Dataflow/DataflowSubGraphNodes.h" |
Syntax
USTRUCT (Meta=(Icon="GraphEditor.Function_16x"))
struct FDataflowSubGraphInputNode :
public FDataflowNode ,
public FDataflowDynamicConnections::IOwnerInterface
Inheritance Hierarchy
- FDataflowDynamicConnections::IOwnerInterface → FDataflowSubGraphInputNode
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowSubGraphInputNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DynamicConnections | FDataflowDynamicConnections | Dataflow/DataflowSubGraphNodes.h | ||
| PropertyBag | FInstancedPropertyBag | Dataflow/DataflowSubGraphNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddConnectionsTo
(
TArrayView< FDataflowConnection* > Connections |
Dataflow/DataflowSubGraphNodes.h |
Overridden from IOwnerInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowSubGraphInputNode, "SubGraphInput", "SubGraph", "") public FDataflowNode * GetOwner
(
const FDataflowDynamicConnections* Caller |
Begin IOwnerInterface | Dataflow/DataflowSubGraphNodes.h | |
virtual const FInstancedPropertyBag & GetPropertyBag
(
const FDataflowDynamicConnections* Caller |
Dataflow/DataflowSubGraphNodes.h |