Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FCompiledGraph
Description
O(1) lookup of a node's id by its index in the compiled graph. Returns invalid FGuid for out-of-range.
| Name | GetNodeId |
| 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 |
FGuid GetNodeId
(
int32 NodeIndex
) const