Navigation
API > API/Plugins > API/Plugins/WidgetEditorToolPalette
Inheritance Hierarchy
- IModuleInterface
- FWidgetEditorToolPaletteModule
References
| Module | WidgetEditorToolPalette |
| Header | /Engine/Plugins/Experimental/WidgetEditorToolPalette/Source/WidgetEditorToolPalette/Public/WidgetEditorToolPaletteModule.h |
| Include | #include "WidgetEditorToolPaletteModule.h" |
Syntax
class FWidgetEditorToolPaletteModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsWidgetEditorToolPaletteModeActive
(
TWeakPtr< FWidgetBlueprintEditor > InEditor |
||
| void | |||
| void | OnToggleWidgetEditorToolPaletteMode
(
TWeakPtr< FWidgetBlueprintEditor > InEditor |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |