Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/ComboBox.h |
Include |
#include "Components/ComboBox.h" |
class UComboBox : public UWidget
The combobox allows you to display a list of options to the user in a dropdown menu for them to select one.
Name | Description | ||
---|---|---|---|
|
bIsFocusable |
||
|
Items |
The list of items to be displayed on the combobox. |
|
|
TSharedPtr< SCo... |
MyComboBox |
|
|
OnGenerateWidgetEvent |
Called when the widget is needed for the item. |
Name | Description | |
---|---|---|
|
UComboBox ( |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
HandleGenerateWidget ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |