FMultiBoxBuilder::FMultiBoxBuilder

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

FMultiBoxBuilder
(
    const EMultiBoxType InType,
    FMultiBoxCustomization InCustomization,
    const bool bInShouldCloseWindowAfterMenuSelection,
    const TSharedPtr< const FUICommandList > & InCommandList,
    TSharedPtr< FExtender > InExtender,
    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. This can be modified after the MultiBox is created by calling the PushCommandList() and PopCommandList() methods.

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