FMenuBarBuilder::AddPullDownMenu

Adds a pull down menu

Windows
MacOS
Linux

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

Syntax

void AddPullDownMenu
(
    const FText & InMenuLabel,
    const FText & InToolTip,
    const FNewMenuDelegate & InPullDownMenu,
    FName InExtensionHook,
    FName InTutorialHighlightName
)

Remarks

Adds a pull down menu

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss