Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSimpleComboButton
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSimpleComboButton::FArguments
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h |
| Include | #include "SSimpleComboButton.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSimpleComboButton >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | HasDownArrow
(
bool InArg |
||
| WidgetArgsType & | Icon
(
const TAttribute< const FSlateBrush* >& InAttribute |
||
| NamedSlotProperty< FArguments > | MenuContent () |
The static menu content widget. | |
| WidgetArgsType & | OnComboBoxOpened
(
const FOnComboBoxOpened& InDelegate |
||
| WidgetArgsType & | OnGetMenuContent
(
const FOnGetContent& InDelegate |
||
| WidgetArgsType & | OnMenuOpenChanged
(
const FOnIsOpenChanged& InDelegate |
||
| WidgetArgsType & | Text
(
const TAttribute< FText >& InAttribute |
The text to display in the button. | |
| WidgetArgsType & | UsesSmallText
(
bool InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |