Navigation
API > API/Runtime > API/Runtime/Slate
A menu customization is a specialization of menu profiles - that allows for advanced behavior such as modifying the order of sections/entries A menu can only have one customization active at a time
| Name | FCustomizedToolMenu |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/ToolMenuBase.h |
| Include Path | #include "Framework/MultiBox/ToolMenuBase.h" |
Syntax
USTRUCT ()
struct FCustomizedToolMenu : public FToolMenuProfile
Inheritance Hierarchy
- FToolMenuProfile → FCustomizedToolMenu
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntryOrder | TMap< FName, FCustomizedToolMenuNameArray > | Framework/MultiBox/ToolMenuBase.h | ||
| SectionOrder | TArray< FName > | Framework/MultiBox/ToolMenuBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Framework/MultiBox/ToolMenuBase.h |