FBaseMenuBuilder::FBaseMenuBuilder

Constructor

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

FBaseMenuBuilder
(
    const EMultiBoxType InType,
    const bool bInShouldCloseWindowAfterMenuSelection,
    TSharedPtr< const FUICommandList > InCommandList,
    bool bInCloseSelfOnly,
    TSharedPtr< FExtender > InExtender,
    const ISlateStyle * InStyleSet,
    FName InTutorialHighlightName,
    FName InMenuName
)

Remarks

Constructor

Parameters

Parameter

Description

InType

Type of MultiBox

bInShouldCloseWindowAfterMenuSelection

Sets whether or not the window that contains this multibox should be destroyed after the user clicks on a menu item in this box

InCommandList

The action list that maps command infos to delegates that should be called for each command associated with a multiblock widget

bInCloseSelfOnly

True if clicking on a menu entry closes itself only and its children but not the entire stack

InTutorialHighlightName

Optional name to identify this widget and highlight during tutorials

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