Navigation
API > API/Plugins > API/Plugins/SlateIM
Sync with FSlateIMComboBoxParams.
| Name | FComboBoxParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMParameters.h |
| Include Path | #include "SlateIMParameters.h" |
Syntax
struct FComboBoxParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bForceRefresh | bool | Whether to force a refresh of the available options or the selected option (set to true for a frame when changing the list of options or manually setting the selected index) | SlateIMParameters.h | |
| bSearchable | bool | Adds a search bar to the combo box | SlateIMParameters.h | |
| Style | const FComboBoxStyle * | A Combo Box Style to override the default style. | SlateIMParameters.h |