Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/SListView
- ITypedTableView::Private_SetItemSelection()
- SListView::Private_SetItemSelection()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include | #include "Widgets/Views/SListView.h" |
virtual void Private_SetItemSelection
(
ItemType TheItem,
bool bShouldBeSelected,
bool bWasUserDirected
)
Remarks
Set the selection state of an item. Does not cause an OnSelectionChanged()!
Parameters
| Name | Description |
|---|---|
| InItem | The Item whose selection state to modify |
| bSelected | true to select the item; false to unselect |
| bWasUserDirected | true if the user specifically, directly selected this item; false otherwise |