Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox
Inheritance Hierarchy
- FMultiBoxBuilder
- FBaseMenuBuilder
- FMenuBarBuilder
- FMenuBuilder
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include | #include "Framework/MultiBox/MultiBoxBuilder.h" |
Syntax
class FBaseMenuBuilder : public FMultiBoxBuilder
Remarks
Base menu builder
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCloseSelfOnly | True if clicking on a menu entry closes itself only and its children and not the entire stack |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBaseMenuBuilder
(
const EMultiBoxType InType, |
Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddMenuEntry
(
const FMenuEntryParams& InMenuEntryParams |
Adds a menu entry with given param struct | |
| void | AddMenuEntry
(
const TSharedPtr< const FUICommandInfo > InCommand, |
Adds a menu entry | |
| void | AddMenuEntry
(
const FUIAction& UIAction, |
Adds a menu entry with a custom widget | |
| void | AddMenuEntry
(
const TAttribute< FText >& InLabel, |
Adds a menu entry without the use of a command |