Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FBaseMenuBuilder
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 |
FBaseMenuBuilder
&40;
const EMultiBoxType InType,
const bool bInShouldCloseWindowAfterMenuSelection,
TSharedPtr< const FUICommandList > InCommandList,
bool bInCloseSelfOnly,
TSharedPtr< FExtender > InExtender,
const ISlateStyle &42; InStyleSet,
FName InTutorialHighlightName,
FName InMenuName
&41;
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 |
| 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 |