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