Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Graph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Accessors for nodes, pins, params. | TG_Graph.h | ||
| TG_Graph.h |
GetNode(FTG_Id)
Description
Access a Node from Id
| Name | GetNode |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Graph.h |
| Include Path | #include "TG_Graph.h" |
UTG_Node * GetNode
(
FTG_Id NodeId
)
GetNode(FTG_Id)
| Name | GetNode |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Graph.h |
| Include Path | #include "TG_Graph.h" |
const UTG_Node * GetNode
(
FTG_Id NodeId
) const