Navigation
API > API/Editor > API/Editor/ToolMenusEditor
Inheritance Hierarchy
- IModuleInterface
- IToolMenusEditorModule
References
| Module | ToolMenusEditor |
| Header | /Engine/Source/Editor/ToolMenusEditor/Public/IToolMenusEditorModule.h |
| Include | #include "IToolMenusEditorModule.h" |
Syntax
class IToolMenusEditorModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| IToolMenusEditorModule & | Get () |
Retrieve the module instance. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| void | OpenEditToolMenuDialog
(
UToolMenu* ToolMenu |
Open editor for the given ToolMenu | |
| void | Adds menu entry to toggle adding an entry to each menu and toolbar to open a menu editor |