Navigation
API > API/Runtime > API/Runtime/DataflowEngine
This node represent the Outputs of a dataflow subgraph
| Name | FDataflowSubGraphOutputNode |
| 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 FDataflowSubGraphOutputNode :
public FDataflowNode ,
public FDataflowDynamicConnections::IOwnerInterface
Inheritance Hierarchy
- FDataflowDynamicConnections::IOwnerInterface → FDataflowSubGraphOutputNode
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowSubGraphOutputNode
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 FDataflowNode * GetOwner
(
const FDataflowDynamicConnections* Caller |
Begin IOwnerInterface | Dataflow/DataflowSubGraphNodes.h | |
virtual const FInstancedPropertyBag & GetPropertyBag
(
const FDataflowDynamicConnections* Caller |
Dataflow/DataflowSubGraphNodes.h |