Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SComboBox
Description
Generate a row for the InItem in the combo box's list (passed in as OwnerTable). Do this by calling the user-specified OnGenerateWidget
| Name | GenerateMenuItemRow |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h |
| Include Path | #include "Widgets/Input/SComboBox.h" |
TSharedRef < ITableRow > GenerateMenuItemRow
(
OptionType InItem,
const TSharedRef < STableViewBase > & OwnerTable
)