Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor > API/Plugins/TextureGraphEditor/EdGraph > API/Plugins/TextureGraphEditor/EdGraph/UTG_EdGraph
References
| Module | TextureGraphEditor |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphEditor/Public/EdGraph/TG_EdGraph.h |
| Include | #include "EdGraph/TG_EdGraph.h" |
| Source | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphEditor/Private/EdGraph/TG_EdGraph.cpp |
UTG_EdGraphNode * AddModelNode
(
UTG_Node * ModelNode,
bool bUserInvoked,
const FVector2D & Location
)
Remarks
Add a TG_Node to the Graph and create a EdGraphNode controlling it UTG_EdGraphNode* Newly created ViewModelNode holding a pointer to ModelNode and representing it in the graph
Parameters
| Name | Description |
|---|---|
| ModelNode | Ts_Node to be added |