Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Graph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Access a Pin from Id. | TG_Graph.h | ||
| TG_Graph.h |
GetPin(FTG_Id)
Description
Access a Pin from Id.
| Name | GetPin |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Graph.h |
| Include Path | #include "TG_Graph.h" |
UTG_Pin * GetPin
(
FTG_Id PinId
)
GetPin(FTG_Id)
| Name | GetPin |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Graph.h |
| Include Path | #include "TG_Graph.h" |
const UTG_Pin * GetPin
(
FTG_Id PinId
) const