Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor
Inheritance Hierarchy
- IModuleInterface
- FTextureGraphEditorModule
References
| Module | TextureGraphEditor |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphEditor/Public/TextureGraphEditorModule.h |
| Include | #include "TextureGraphEditorModule.h" |
Syntax
class FTextureGraphEditorModule : public IModuleInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FTG_EditorGraphNodeFactory > | GraphNodeFactory | ||
| TSharedPtr< FTG_EditorGraphPanelPinFactory > | GraphPanelPinFactory |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ITG_Editor > | CreateTextureGraphEditor
(
const EToolkitMode::Type Mode, |
||
| void | RegisterAssetTypeAction
(
IAssetTools& AssetTools, |
||
| void | |||
| void | |||
| bool | Tick
(
float deltaTime |
||
| void |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |