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