The combobox allows you to display a list of options to the user in a dropdown menu for them to select one.
Member | Type | Offset | Share |
---|---|---|---|
DefaultOptions | TArray<FString> | 0x108 | |
SelectedOption | FString | 0x118 | |
WidgetStyle
The style. |
FComboBoxStyle | 0x128 | |
ItemStyle
The item row style. |
FTableRowStyle | 0x518 | |
ContentPadding | FMargin | 0xce0 | |
MaxListHeight
The max height of the combobox list that opens |
float | 0xcf0 | |
HasDownArrow
When false, the down arrow is not generated and it is up to the API consumer to make their own visual hint that this is a drop down. |
bool | 0xcf4 | |
EnableGamepadNavigationMode
When false, directional keys will change the selection. |
bool | 0xcf5 | |
Font
The default font to use in the combobox, only applies if you're not implementing OnGenerateWidgetEvent to factory each new entry. |
FSlateFontInfo | 0xcf8 | |
ForegroundColor
The foreground color to pass through the hierarchy. |
FSlateColor | 0xd48 | |
bIsFocusable | bool | 0xd70 | |
OnGenerateWidgetEvent
Called when the widget is needed for the item. |
FDelegate | 0xd74 | |
OnSelectionChanged
Called when a new item is selected in the combobox. |
FMulticastInlineDelegate | 0xd88 | |
OnOpening
Called when the combobox is opening |
FMulticastInlineDelegate | 0xd98 |