Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FCompiledGraph
Description
O(1) lookup of a node's index in the compiled graph by its FGuid. Returns INDEX_NONE if the node is not part of this compiled graph.
| Name | FindNodeIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowCompiledGraph.h |
| Include Path | #include "Dataflow/DataflowCompiledGraph.h" |
| Source | /Engine/Source/Runtime/Dataflow/Core/Private/Dataflow/DataflowCompiledGraph.cpp |
int32 FindNodeIndex
(
const FGuid & NodeId
) const