Navigation
Unreal Engine C++ API Reference > Developer > ToolWidgets
Inheritance Hierarchy
References
Module | ToolWidgets |
Header | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h |
Include | #include "SSearchableComboBox.h" |
Syntax
class SSearchableComboBox : public [SComboButton](API\Runtime\Slate\Widgets\Input\SComboButton)
Remarks
A searchable text combo box
Functions
Type | Name | Description |
---|---|---|
void | ClearSelection () | |
void | Construct ( const FArguments& InArgs ) | Construct the widget from a declaration |
TSharedPtr< ... | GetSelectedItem () | |
void | RefreshOptions () | Requests a list refresh after updating options Call SetSelectedItem to update the selected item if required |
void | SetOptionsSource ( const TArray< TSharedPtr< FString >... ) | Set ths source data for this combo box |
void | SetSelectedItem ( TSharedPtr< FString > InSelectedIte..., ESelectInfo::Type InSelectInfo ) | Sets the selected item. |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |
Typedefs
Name | Description |
---|---|
FOnGenerateWidget | Delegate type used to generate widgets that represent Options |
FOnSelectionChanged | |
SComboListType | Type of list used for showing menu options. |