Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FMultiBoxBuilder
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 |
FMultiBoxBuilder
(
const EMultiBoxType InType,
FMultiBoxCustomization InCustomization,
const bool bInShouldCloseWindowAfterMenuSelection,
const TSharedPtr < const FUICommandList > & InCommandList,
TSharedPtr < FExtender > InExtender,
FName InTutorialHighlightName,
FName InMenuName
)
Remarks
Constructor
Parameters
| Name | 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 |