Navigation
API > API/Plugins > API/Plugins/TextureGraph
Graph Traversal A Graph internal struct populated at runtime used to Traverse it. This data is built by the Graph itself.
| Name | FTG_GraphTraversal |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Graph.h |
| Include Path | #include "TG_Graph.h" |
Syntax
struct FTG_GraphTraversal
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InNodesCount | int32 | TG_Graph.h | ||
| InPins | FTG_Ids | TG_Graph.h | ||
| NodeWavesCount | int32 | TG_Graph.h | ||
| OutNodesCount | int32 | TG_Graph.h | ||
| OutPins | FTG_Ids | TG_Graph.h | ||
| TraverseOrder | FTG_Ids | TG_Graph.h |