Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSearchableComboBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h |
| Include Path | #include "SSearchableComboBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSearchableComboBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SSearchableComboBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SSearchableComboBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SSearchableComboBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bAlwaysSelectItem
(
bool InArg |
SSearchableComboBox.h | ||
WidgetArgsType & ButtonStyle
(
const FButtonStyle* InArg |
The visual style of the button part of the combo box (overrides ComboBoxStyle) | SSearchableComboBox.h | |
WidgetArgsType & ComboBoxStyle
(
const FComboBoxStyle* InArg |
SSearchableComboBox.h | ||
NamedSlotProperty< FArguments > Content() |
Slot for this button's content (optional) | SSearchableComboBox.h | |
WidgetArgsType & ContentPadding
(
const TAttribute< FMargin >& InAttribute |
SSearchableComboBox.h | ||
WidgetArgsType & CustomScrollbar
(
TSharedPtr< SScrollBar > InArg |
The custom scrollbar to use in the ListView | SSearchableComboBox.h | |
WidgetArgsType & ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
SSearchableComboBox.h | ||
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. | SSearchableComboBox.h | |
WidgetArgsType & InitiallySelectedItem
(
TSharedPtr< FString > InArg |
The option that should be selected when the combo box is first created | SSearchableComboBox.h | |
WidgetArgsType & ItemStyle
(
const FTableRowStyle* InArg |
SSearchableComboBox.h | ||
WidgetArgsType & MaxListHeight
(
float InArg |
The max height of the combo box menu | SSearchableComboBox.h | |
WidgetArgsType & Method
(
TOptional< EPopupMethod > InArg |
SSearchableComboBox.h | ||
WidgetArgsType & OnComboBoxOpening
(
const FOnComboBoxOpening& InDelegate |
Called when combo box is opened, before list is actually created | SSearchableComboBox.h | |
WidgetArgsType & OnGenerateWidget
(
const FOnGenerateWidget& InDelegate |
SSearchableComboBox.h | ||
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
SSearchableComboBox.h | ||
WidgetArgsType & OptionsSource
(
const TArray< TSharedPtr< FString > >* InArg |
SSearchableComboBox.h | ||
WidgetArgsType & SearchVisibility
(
const TAttribute< EVisibility >& InAttribute |
Allow setting the visibility of the search box dynamically | SSearchableComboBox.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
SSearchableComboBox.h |