Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboButton.h |
Include |
#include "Widgets/Input/SComboButton.h" |
class SComboButton : public SMenuAnchor
A button that, when clicked, brings up a popup.
Name | Description | ||
---|---|---|---|
|
bIsFocusable |
Can this button be focused? |
|
|
ButtonContentSlot |
Area where the button's content resides |
|
|
ContentWidgetPtr |
The content widget, if any, set by the user on creation |
|
|
const FSlateBru... |
MenuBorderBrush |
Brush to use to add a "menu border" around the drop-down content |
|
MenuBorderPadding |
Padding to use to add a "menu border" around the drop-down content |
|
|
OnComboBoxOpened |
Delegate to execute when the combo list is opened |
|
|
WidgetToFocusPtr |
Name | Description | ||
---|---|---|---|
|
Construct ( |
Construct the widget from a declaration |
|
|
GetFilteredToolTipText ( |
Called to query the tool tip text for this widget, but will return an empty text when the menu is already open |
|
|
OnButtonClicked() |
Handle the button being clicked by summoning the ComboButton. |
|
|
SetMenuContentWidgetToFocus |
||
|
SetOnGetMenuContent ( |
See the OnGetMenuContent event |
Name | Description | ||
---|---|---|---|
|
SetMenuContent ( |
See MenuContent attribute |
Name |
Description |
|
---|---|---|
|
FArguments |