Navigation
API > API/Editor > API/Editor/Blutility
Inheritance Hierarchy
- UWidget
- UToolMenuWidget
References
| Module | Blutility |
| Header | /Engine/Source/Editor/Blutility/Public/ToolMenuWidget.h |
| Include | #include "ToolMenuWidget.h" |
Syntax
UCLASS (MinimalAPI)
class UToolMenuWidget : public UWidget
Remarks
A base ToolMenu widget that can support Menus and Toolbars.
Menus can be modified and added to with Blueprint or Python commands using the ToolMenus system.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | FullMenuName | The final usable name that can be retrieved by Python/Blueprint. | |
| FString | MenuName | Name of toolbar for registering with ToolMenus. | |
| EMultiBoxType | MenuType | ||
| TSharedRef< SWidget > | MyToolMenu |
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | |||
| TSharedRef< SWidget > |