Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include | #include "Widgets/Views/SListView.h" |
virtual TSharedPtr < ITableRow > WidgetFromItem
(
const ItemType & InItem
) const
Remarks
Find a widget for this item if it has already been constructed. A pointer to the corresponding widget if it exists; otherwise nullptr.
Parameters
| Name | Description |
|---|---|
| InItem | The item for which to find the widget. |