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" |
const TObjectPtrWrapTypeOf < ItemType > * ItemFromWidget
(
const ITableRow * WidgetToFind
) const
Remarks
Given a Widget, find the corresponding data item. the data item from which the WidgetToFind was generated
Parameters
| Name | Description |
|---|---|
| WidgetToFind | An widget generated by the list view for some data item. |