Navigation
API > API/Plugins > API/Plugins/TextureGraphInsightEditor
| Name | FTextureGraphInsightEditorModule |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsightEditor/Public/TextureGraphInsightEditor.h |
| Include Path | #include "TextureGraphInsightEditor.h" |
Syntax
class FTextureGraphInsightEditorModule : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _tickDelegate | FTickerDelegate | TextureGraphInsightEditor.h | ||
| _tickDelegateHandle | FTSTicker::FDelegateHandle | TextureGraphInsightEditor.h | ||
| Commands | TSharedPtr< class FUICommandList > | TextureGraphInsightEditor.h | ||
| Layout | TSharedPtr< FTabManager::FLayout > | TextureGraphInsightEditor.h | ||
| TabManager | TSharedPtr< FTabManager > | TextureGraphInsightEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PluginButtonClicked() |
This function will be bound to Command (by default it will bring up plugin window) | TextureGraphInsightEditor.h | |
bool Tick
(
float DeltaTime |
TextureGraphInsightEditor.h |
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
TextureGraphInsightEditor.h | ||
virtual void StartupModule() |
IModuleInterface implementation | TextureGraphInsightEditor.h |