Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/ToolMenuBase.h |
| Include | #include "Framework/MultiBox/ToolMenuBase.h" |
Syntax
struct FCustomizedToolMenu
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FCustomizedToolMenuEntry > | Entries | ||
| TMap< FName, FCustomizedToolMenuNameArray > | EntryOrder | ||
| FNamePermissionList | MenuPermissions | ||
| FName | Name | ||
| TArray< FName > | SectionOrder | ||
| 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 |
||
| FName | GetEntrySectionName
(
const FName InEntryName |
||
| 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, |