Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FMenuBuilder > API/Runtime/Slate/Framework/MultiBox/FMenuBuilder/AddWrapperSubMenu
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include | #include "Framework/MultiBox/MultiBoxBuilder.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp |
void AddWrapperSubMenu
&40;
const FText & InMenuLabel,
const FText & InToolTip,
const TSharedPtr< SWidget > & InSubMenu,
const FSlateIcon & InIcon
&41;
Remarks
Adds a sub-menu which is a menu within a menu
Parameters
| Name | Description |
|---|---|
| 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 |