Navigation
API > API/Developer > API/Developer/ToolWidgets
Inheritance Hierarchy
- SPanel
- IMenuHost
- SMenuAnchor
- SComboButton
- SSearchableComboBox
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h |
| Include | #include "SSearchableComboBox.h" |
Syntax
class SSearchableComboBox : public SComboButton
Remarks
A searchable text combo box
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Construct
(
const FArguments& InArgs |
Construct the widget from a declaration | |
| TSharedPtr< FString > | |||
| void | Requests a list refresh after updating options Call SetSelectedItem to update the selected item if required | ||
| void | SetOptionsSource
(
const TArray< TSharedPtr< FString > >* InOptionsSource |
Set ths source data for this combo box | |
| void | SetSelectedItem
(
TSharedPtr< FString > InSelectedItem, |
Sets the selected item. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnGenerateWidget | Delegate type used to generate widgets that represent Options |
| FOnSelectionChanged | |
| SComboListType | Type of list used for showing menu options. |