Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox
Inheritance Hierarchy
- FMultiBlock::FMultiBlockParams
- FMenuEntryParams
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include | #include "Framework/MultiBox/MultiBoxBuilder.h" |
Syntax
struct FMenuEntryParams : public FMultiBlock::FMultiBlockParams
Remarks
Helper struct that holds FMenuEntry params for construction
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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. |