Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FCompiledGraph
| Name | FNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowCompiledGraph.h |
| Include Path | #include "Dataflow/DataflowCompiledGraph.h" |
Syntax
struct FNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NodeId | FGuid | Guid uniquely identifying a node in the graph | Dataflow/DataflowCompiledGraph.h | |
| TaskIndex | int32 | Index of the task in the task array | Dataflow/DataflowCompiledGraph.h | |
| UpstreamEdgeCount | int32 | Number of upstream edges for this node. | Dataflow/DataflowCompiledGraph.h | |
| UpstreamEdgeStart | int32 | CSR offset into UpstreamEdgesFlat for this node's upstream edges. | Dataflow/DataflowCompiledGraph.h |