 |
bool |
bCloseSelfOnly |
True if the menu should close itself and all its children or the entire open menu stack |
 |
bool |
bIsRecursivelySearchable |
True if the search algorithm should walk down this menu sub menus. |
 |
bool |
bIsSubMenu |
True if this menu entry opens a sub-menu |
 |
bool |
bOpenSubMenuOnClick |
True if this menu entry opens a sub-menu by clicking on it only |
 |
bool |
bShouldCloseWindowAfterMenuSelection |
For submenus, whether the menu should be closed after something is selected |
 |
FNewMenuDelegate |
EntryBuilder |
Optional menu entry builder associated with this entry for building sub-menus and pull down menus |
 |
TSharedPtr< SWidget > |
EntryWidget |
Widget to be added to the menu |
 |
TSharedPtr< FExtender > |
Extender |
An extender that this menu entry should pass down to its children, so they get extended properly |
 |
FSlateIcon |
IconOverride |
Optional overridden icon for this tool bar button. |
 |
TAttribute< FText > |
InputBindingOverride |
Optional overridden input binding text for this menu entry. |
 |
TAttribute< FText > |
LabelOverride |
Optional overridden text label for this menu entry. |
 |
FOnGetContent |
MenuBuilder |
Delegate that returns an entire menu |
 |
TAttribute< FText > |
ToolTipOverride |
Optional overridden tool tip for this menu entry. |
 |
FName |
TutorialHighlightName |
Display name for tutorials |
 |
EUserInterfaceActionType |
UserInterfaceActionType |
In the case where a command is not bound, the user interface action type to use. |