Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMenuBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddWrapperSubMenu
(
const FText& InMenuLabel, |
Adds a sub-menu which is a menu within a menu | Framework/MultiBox/MultiBoxBuilder.h | |
void AddWrapperSubMenu
(
const FText& InMenuLabel, |
Adds a sub-menu which is a menu within a menu | Framework/MultiBox/MultiBoxBuilder.h | |
void AddWrapperSubMenu
(
const FText& InMenuLabel, |
Framework/MultiBox/MultiBoxBuilder.h |
AddWrapperSubMenu(const FText &, const FText &, const FOnGetContent &, const FSlateIcon &)
Description
Adds a sub-menu which is a menu within a menu
| Name | AddWrapperSubMenu |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include Path | #include "Framework/MultiBox/MultiBoxBuilder.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp |
void AddWrapperSubMenu
(
const FText & InMenuLabel,
const FText & InToolTip,
const FOnGetContent & InSubMenu,
const FSlateIcon & InIcon
)
Parameters
| Name | Remarks |
|---|---|
| InMenuLabel | The text that should be shown for the menu |
| InToolTip | The tooltip that should be shown when the menu is hovered over |
| InSubMenu | Sub-Menu object which creates the sub-menu |
AddWrapperSubMenu(const FText &, const FText &, const TSharedPtr< SWidget > &, const FSlateIcon &)
Description
Adds a sub-menu which is a menu within a menu
| Name | AddWrapperSubMenu |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include Path | #include "Framework/MultiBox/MultiBoxBuilder.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp |
void AddWrapperSubMenu
(
const FText & InMenuLabel,
const FText & InToolTip,
const TSharedPtr < SWidget > & InSubMenu,
const FSlateIcon & InIcon
)
Parameters
| Name | Remarks |
|---|---|
| InMenuLabel | The text that should be shown for the menu |
| InToolTip | The tooltip that should be shown when the menu is hovered over |
| InSubMenu | Sub-Menu object |
AddWrapperSubMenu(const FText &, const FText &, const FOnGetContent &, const FSlateIcon &, const FUIAction &)
| Name | AddWrapperSubMenu |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include Path | #include "Framework/MultiBox/MultiBoxBuilder.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp |
void AddWrapperSubMenu
(
const FText & InMenuLabel,
const FText & InToolTip,
const FOnGetContent & InSubMenu,
const FSlateIcon & InIcon,
const FUIAction & UIAction
)