| FMultiBoxBuilder
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
Include |
#include "Framework/MultiBox/MultiBoxBuilder.h" |
class FMenuBuilder : public FBaseMenuBuilder
Vertical menu builder
Name | Description | |
---|---|---|
|
FMenuBuilder ( |
Constructor |
Name | Description | ||
---|---|---|---|
|
void |
AddMenuSeparator ( |
Adds a separator |
|
void |
AddSearchWidget() |
Adds the widget the multibox will use for searching |
|
void |
AddSeparator ( |
|
|
void |
AddSubMenu ( |
Adds a sub-menu which is a menu within a menu |
|
void |
AddSubMenu ( |
|
|
void |
AddSubMenu ( |
|
|
void |
AddSubMenu ( |
|
|
void |
AddWidget ( |
Adds any widget to the menu |
|
void |
AddWrapperSubMenu ( |
These classes need access to the AddWrapperSubMenu() methods friend class FWidgetBlock; friend class FToolBarComboButtonBlock; Adds a sub-menu which is a menu within a menu |
|
void |
AddWrapperSubMenu ( |
|
|
void |
AddWrapperSubMenu ( |
Adds a sub-menu which is a menu within a menu |
|
void |
BeginSection ( |
Starts a section on to the extender section hook stack |
|
void |
EndSection() |
Ends the current section |
|
void |
SetIsEditing ( |
Name | Description | ||
---|---|---|---|
|
void |
ApplyHook ( |
FMultiBoxBuilder interface |
|
void |
ApplySectionBeginning() |
Applies the beginning of a section, including the header and relevant separator |
|
TSharedRef< ... |
MakeWidget ( |
Creates a widget for this MultiBox |