Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextComboBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h |
| Include | #include "Widgets/Input/STextComboBox.h" |
Syntax
class STextComboBox : public SCompoundWidget
Remarks
A combo box that shows text content.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clears the selected item in the text combo | ||
| void | Construct
(
const FArguments& InArgs |
||
| TSharedPtr< FString > | Returns the currently selected text string | ||
| TSharedRef< SWidget > | MakeItemWidget
(
TSharedPtr< FString > StringItem |
Called to create a widget for each string | |
| void | Request to reload the text options in the combobox from the OptionsSource attribute | ||
| void | SetSelectedItem
(
TSharedPtr< FString > NewSelection |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FGetTextComboLabel | |
| FOnTextSelectionChanged |