Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSearchableComboBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSearchableComboBox::FArguments
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h |
| Include | #include "SSearchableComboBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSearchableComboBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ButtonStyle
(
const FButtonStyle* InArg |
The visual style of the button part of the combo box (overrides ComboBoxStyle) | |
| WidgetArgsType & | ComboBoxStyle
(
const FComboBoxStyle* InArg |
||
| NamedSlotProperty< FArguments > | Content () |
Slot for this button's content (optional) | |
| WidgetArgsType & | ContentPadding
(
const TAttribute< FMargin >& InAttribute |
||
| WidgetArgsType & | CustomScrollbar
(
TSharedPtr< SScrollBar > InArg |
The custom scrollbar to use in the ListView | |
| WidgetArgsType & | ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
||
| WidgetArgsType & | HasDownArrow
(
bool InArg |
When false, the down arrow is not generated and it is up to the API consumer to make their own visual hint that this is a drop down. | |
| WidgetArgsType & | InitiallySelectedItem
(
TSharedPtr< FString > InArg |
The option that should be selected when the combo box is first created | |
| WidgetArgsType & | ItemStyle
(
const FTableRowStyle* InArg |
||
| WidgetArgsType & | MaxListHeight
(
float InArg |
The max height of the combo box menu | |
| WidgetArgsType & | |||
| WidgetArgsType & | OnComboBoxOpening
(
const FOnComboBoxOpening& InDelegate |
Called when combo box is opened, before list is actually created | |
| WidgetArgsType & | OnGenerateWidget
(
const FOnGenerateWidget& InDelegate |
||
| WidgetArgsType & | OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
||
| WidgetArgsType & | OptionsSource
(
const TArray< TSharedPtr< FString > >* InArg |
||
| WidgetArgsType & | SearchVisibility
(
const TAttribute< EVisibility >& InAttribute |
Allow setting the visibility of the search box dynamically |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |