Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Graph
Description
Useful function to navigate the Node Collect all the DIRECT nodes whose output pins which are connected to the input pins of this node
| Name | GatherSourceNodes |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Graph.h |
| Include Path | #include "TG_Graph.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Graph.cpp |
TArray < FTG_Id > GatherSourceNodes
(
const UTG_Node * Node
) const