Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor > API/Plugins/TextureGraphEditor/EdGraph
Inheritance Hierarchy
- UEdGraph
- UTG_EdGraph
References
| Module | TextureGraphEditor |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphEditor/Public/EdGraph/TG_EdGraph.h |
| Include | #include "EdGraph/TG_EdGraph.h" |
Syntax
UCLASS ()
class UTG_EdGraph : public UEdGraph
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTG_PinSelectionManager | PinSelectionManager | ||
| TObjectPtr< UTextureGraph > | TextureGraph | ||
| TWeakPtr< FTG_Editor > | TGEditor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UTG_EdGraphNode * | AddModelNode
(
UTG_Node* ModelNode, |
Add a TG_Node to the Graph and create a EdGraphNode controlling it | |
| void | CacheThumbBlob
(
FTG_Id PinId, |
||
| TiledBlobPtr | GetCachedThumbBlob
(
FTG_Id PinId |
||
| UTG_EdGraphNode * | GetViewModelNode
(
FTG_Id NodeId |
Find the TG_EdGraphNode from the FTG_Id representing a TG_Node | |
| void | InitializeFromTextureGraph
(
UTextureGraph* InTextureGraph, |
Initialize the EdGrpah from the model TextureGraph Generate the viewmodel graph matching the source model | |
| void | OnNodeCreateThumbnail
(
UTG_Node* Node, |
Tells the node to create a thumbnail for its output pins | |
| void | Force refresh Editor details |