Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Graph
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TG_Graph.h |
| Include | #include "TG_Graph.h" |
| Source | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Private/TG_Graph.cpp |
bool Connect
(
UTG_Node & NodeFrom,
FTG_Name & PinFrom,
UTG_Node & NodeTo,
FTG_Name & PinTo
)
Remarks
Connect a output pin from a node to the specified input pin of the to node Return true if the edge is created or false if couldn't create the edge