Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/SetItemSelection
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include | #include "Widgets/Views/SListView.h" |
void SetItemSelection
(
TConstArrayView< ItemType > InItems,
bool bSelected,
ESelectInfo::Type SelectInfo
)
Remarks
Set the selection state of multiple items.
Parameters
| Name | Description |
|---|---|
| InItems | The Items whose selection state to modify |
| bSelected | true to select the items; false to unselect |
| SelectInfo | Provides context on how the selection changed |