Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SComboButton
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SComboButton::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboButton.h |
| Include | #include "Widgets/Input/SComboButton.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SComboButton >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ButtonColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
||
| NamedSlotProperty< FArguments > | |||
| WidgetArgsType & | ButtonStyle
(
const FButtonStyle* InArg |
The visual style of the button (overrides ComboButtonStyle) | |
| WidgetArgsType & | CollapseMenuOnParentFocus
(
bool InArg |
True if this combo's menu should be collapsed when our parent receives focus, false (default) otherwise | |
| WidgetArgsType & | ComboButtonStyle
(
const FComboButtonStyle* InArg |
||
| WidgetArgsType & | ContentPadding
(
const TAttribute< FMargin >& InAttribute |
||
| WidgetArgsType & | ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
||
| WidgetArgsType & | HAlign
(
EHorizontalAlignment InArg |
||
| WidgetArgsType & | HasDownArrow
(
bool InArg |
||
| WidgetArgsType & | IsFocusable
(
bool InArg |
||
| NamedSlotProperty< FArguments > | MenuContent () |
Optional static menu content. | |
| WidgetArgsType & | MenuPlacement
(
const TAttribute< EMenuPlacement >& InAttribute |
||
| WidgetArgsType & | Spawn a new window or reuse current window for this combo | ||
| WidgetArgsType & | OnComboBoxOpened
(
const FOnComboBoxOpened& InDelegate |
||
| WidgetArgsType & | OnGetMenuContent
(
const FOnGetContent& InDelegate |
Sets an event handler to generate a widget dynamically when the menu is needed. | |
| WidgetArgsType & | OnMenuOpenChanged
(
const FOnIsOpenChanged& InDelegate |
||
| WidgetArgsType & | VAlign
(
EVerticalAlignment InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |