Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FBaseMenuBuilder
| 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 |