Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FDataflowEditorToolkit
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDataflowSubGraph * GetSubGraph
(
const FGuid& SubGraphGuid |
Dataflow/DataflowEditorToolkit.h | ||
UDataflowSubGraph * GetSubGraph
(
FName SubGraphName |
Dataflow/DataflowEditorToolkit.h |
GetSubGraph(const FGuid &)
| Name | GetSubGraph |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorToolkit.h |
| Include Path | #include "Dataflow/DataflowEditorToolkit.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowEditorToolkit.cpp |
UDataflowSubGraph * GetSubGraph
(
const FGuid & SubGraphGuid
) const
GetSubGraph(FName)
| Name | GetSubGraph |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorToolkit.h |
| Include Path | #include "Dataflow/DataflowEditorToolkit.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowEditorToolkit.cpp |
UDataflowSubGraph * GetSubGraph
(
FName SubGraphName
) const