Navigation
API > API/Runtime > API/Runtime/DataflowEngine
Call a subgraph
| Name | FDataflowCallSubGraphNode |
| 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 FDataflowCallSubGraphNode :
public FDataflowNode ,
public FDataflowDynamicConnections::IOwnerInterface ,
public UE::Dataflow::ISubGraphContextCallback
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowCallSubGraphNode
- FDataflowDynamicConnections::IOwnerInterface → FDataflowCallSubGraphNode
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowCallSubGraphNode, "SubGraphCall", "SubGraph", "") public ~FDataflowCallSubGraphNode() |
Dataflow/DataflowSubGraphNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataflowAssetWeakPtr | TWeakObjectPtr< UDataflow > | Dataflow/DataflowSubGraphNodes.h | ||
| DynamicInputs | FDataflowDynamicConnections | Dataflow/DataflowSubGraphNodes.h | ||
| DynamicOutputs | FDataflowDynamicConnections | Dataflow/DataflowSubGraphNodes.h | ||
| InputsPropertyBag | FInstancedPropertyBag | Dataflow/DataflowSubGraphNodes.h | ||
| OnGraphChangedHandle | FDelegateHandle | Dataflow/DataflowSubGraphNodes.h | ||
| OutputsPropertyBag | FInstancedPropertyBag | Dataflow/DataflowSubGraphNodes.h | ||
| SubGraphGuid | FGuid | Dataflow/DataflowSubGraphNodes.h | ||
| SubGraphName | FName | Dataflow/DataflowSubGraphNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGuid & GetSubGraphGuid() |
Dataflow/DataflowSubGraphNodes.h | ||
void RefreshSubGraphName() |
Dataflow/DataflowSubGraphNodes.h | ||
void SetSubGraphGuid
(
const FGuid& Guid |
Dataflow/DataflowSubGraphNodes.h |