Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Description
A low-level interface for use various widgets generated by ItemsWidgets(Lists, Trees, etc). These handle selection, expansion, and other such properties common to ItemsWidgets.
| Name | Private_OnEntryInitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
void Private_OnEntryInitialized
(
ItemType TheItem,
const TSharedRef < ITableRow > & TableRow
)