UOptionsDropDownList¶
#include <OptionsDropDownList.h>
Inherits from UWidget
Public Functions¶
Name | |
---|---|
int32 | AddItem([[FText]] Text, int32 Index) |
UWidget * | GetSelectedWidget() |
void | RemoveAllItems() |
void | SetItemSelection(UPARAM(Ref) UDropDownListItem *& InItem, bool bSelected, TEnumAsByte< [[ESelectInfo::Type]] > Type) |
UOptionsDropDownList() |
Public Attributes¶
Name | |
---|---|
float | ItemHeight |
TArray< UDropDownListItem * > | Items |
[[FOnGenerateEntry]] | OnGenerateRowEvent |
Updated on 2025-01-21 at 09:02:24 +0100