Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor
Inheritance Hierarchy
- FAssetEditorToolkit
- ITG_Editor
References
| Module | TextureGraphEditor |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphEditor/Public/ITG_Editor.h |
| Include | #include "ITG_Editor.h" |
Syntax
class ITG_Editor : public FAssetEditorToolkit
Remarks
Public interface to TS Editor
Functions
| Type | Name | Description | |
|---|---|---|---|
| UTG_Expression * | CreateNewExpression
(
UClass* NewExpressionClass, |
Creates a new material expression of the specified class. | |
| FText | Gets the name of the mix name that we are editing | ||
| UMixInterface * | Gets the TextureGraph edited | ||
| void | RefreshTool () |
Refreshes everything in the TS Editor. | |
| void | Refreshes the TS Editor's viewport. | ||
| void | SetMesh
(
UMeshComponent* PreviewMesh, |
This mesh will be used to display the rendering |