Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox
Inheritance Hierarchy
- FToolMenuProfile
- FCustomizedToolMenu
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/ToolMenuBase.h |
| Include | #include "Framework/MultiBox/ToolMenuBase.h" |
Syntax
USTRUCT ()
struct FToolMenuProfile
Remarks
A menu profile is a way for systems to modify instances of a menu by showing/hiding specific items. You can have multiple profiles active on a single menu at the same time.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FCustomizedToolMenuEntry > | Entries | ||
| FNamePermissionList | MenuPermissions | ||
| FName | Name | ||
| TMap< FName, FCustomizedToolMenuSection > | Sections | ||
| TArray< FName > | SuppressExtenders |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FCustomizedToolMenuEntry * | |||
| FCustomizedToolMenuSection * | AddSection
(
const FName InSectionName |
||
| FCustomizedToolMenuEntry * | |||
| const FCustomizedToolMenuEntry * | |||
| FCustomizedToolMenuSection * | FindSection
(
const FName InSectionName |
||
| const FCustomizedToolMenuSection * | FindSection
(
const FName InSectionName |
||
| ECustomizedToolMenuVisibility | GetEntryVisiblity
(
const FName InSectionName |
||
| ECustomizedToolMenuVisibility | GetSectionVisiblity
(
const FName InSectionName |
||
| bool | IsEntryHidden
(
const FName InEntryName |
||
| bool | IsSectionHidden
(
const FName InSectionName |
||
| bool | |||
| void | SetSuppressExtenders
(
const FName InOwnerName, |