Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FCompiledGraph
Description
Add a node to the current task. UpstreamNodeIds : nodes whose outputs feed this node's inputs. Must already have been added to the compiled graph (topological order is preserved by the compiler). bIsTerminal : true if Node->IsTerminal() — cached here so evaluators can enumerate terminals without walking the source FGraph.
| Name | AddNode |
| 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 |
void AddNode
(
FGuid NodeId,
TConstArrayView< FGuid > UpstreamNodeIds,
bool bIsTerminal
)