Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FMenuBarBuilder > API/Runtime/Slate/Framework/MultiBox/FMenuBarBuilder/AddPullDownMenu
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 AddPullDownMenu
&40;
const TAttribute< FText > & InMenuLabel,
const TAttribute< FText > & InToolTip,
const FNewMenuDelegate & InPullDownMenu,
FName InExtensionHook,
FName InTutorialHighlightName
&41;
Remarks
Adds a pull down 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 |
| InPullDownMenu | Pull down menu object for the menu to add. |