Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get all the nodes of the graph ( const method ) this includes the node in all subgraphs | Dataflow/DataflowGraph.h | ||
| Get all the nodes of the graph ( non-const method ) this includes the node in all subgraphs | Dataflow/DataflowGraph.h |
GetNodes()
Description
Get all the nodes of the graph ( const method ) this includes the node in all subgraphs
| Name | GetNodes |
| Type | function |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowGraph.h |
| Include Path | #include "Dataflow/DataflowGraph.h" |
const TArray < FNodeSharedPtr > & GetNodes() const
GetNodes()
Description
Get all the nodes of the graph ( non-const method ) this includes the node in all subgraphs
| Name | GetNodes |
| Type | function |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowGraph.h |
| Include Path | #include "Dataflow/DataflowGraph.h" |
TArray < FNodeSharedPtr > & GetNodes()