Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSearchableComboBox
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/SSearchableComboBox.h |
| Include Path | #include "Widgets/Input/SSearchableComboBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Input/SSearchableComboBox.cpp |
TSharedRef < ITableRow > GenerateMenuItemRow
(
TSharedPtr < FString > InItem,
const TSharedRef < STableViewBase > & OwnerTable
)