Navigation
API > API/Runtime > API/Runtime/Slate
Helper struct that holds FMenuEntry params for construction
| Name | FMenuEntryParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include Path | #include "Framework/MultiBox/MultiBoxBuilder.h" |
Syntax
struct FMenuEntryParams : public FMultiBlock::FMultiBlockParams
Inheritance Hierarchy
- FMultiBlock::FMultiBlockParams → FMenuEntryParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMenuEntryParams() |
Framework/MultiBox/MultiBoxBuilder.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCloseSelfOnly | bool | True if the menu should close itself and all its children or the entire open menu stack | Framework/MultiBox/MultiBoxBuilder.h | |
| bIsRecursivelySearchable | bool | True if the search algorithm should walk down this menu sub menus. | Framework/MultiBox/MultiBoxBuilder.h | |
| bIsSubMenu | bool | True if this menu entry opens a sub-menu | Framework/MultiBox/MultiBoxBuilder.h | |
| bOpenSubMenuOnClick | bool | True if this menu entry opens a sub-menu by clicking on it only | Framework/MultiBox/MultiBoxBuilder.h | |
| bShouldCloseWindowAfterMenuSelection | bool | For submenus, whether the menu should be closed after something is selected | Framework/MultiBox/MultiBoxBuilder.h | |
| EntryBuilder | FNewMenuDelegate | Optional menu entry builder associated with this entry for building sub-menus and pull down menus | Framework/MultiBox/MultiBoxBuilder.h | |
| EntryWidget | TSharedPtr< SWidget > | Widget to be added to the menu | Framework/MultiBox/MultiBoxBuilder.h | |
| Extender | TSharedPtr< FExtender > | An extender that this menu entry should pass down to its children, so they get extended properly | Framework/MultiBox/MultiBoxBuilder.h | |
| IconOverride | FSlateIcon | Optional overridden icon for this tool bar button. | Framework/MultiBox/MultiBoxBuilder.h | |
| InputBindingOverride | TAttribute< FText > | Optional overridden input binding text for this menu entry. | Framework/MultiBox/MultiBoxBuilder.h | |
| LabelOverride | TAttribute< FText > | Optional overridden text label for this menu entry. | Framework/MultiBox/MultiBoxBuilder.h | |
| MenuBuilder | FOnGetContent | Delegate that returns an entire menu | Framework/MultiBox/MultiBoxBuilder.h | |
| ToolTipOverride | TAttribute< FText > | Optional overridden tool tip for this menu entry. | Framework/MultiBox/MultiBoxBuilder.h | |
| TutorialHighlightName | FName | Display name for tutorials | Framework/MultiBox/MultiBoxBuilder.h | |
| UserInterfaceActionType | EUserInterfaceActionType | In the case where a command is not bound, the user interface action type to use. | Framework/MultiBox/MultiBoxBuilder.h | |
| Visibility | TAttribute< EVisibility > | Set in case this entry needs to be dynamically hidden | Framework/MultiBox/MultiBoxBuilder.h |