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" |
void SetSelection
(
ItemType SoleSelectedItem,
ESelectInfo::Type SelectInfo
)
Remarks
Set the currently selected Item.
Parameters
| Name | Description |
|---|---|
| SoleSelectedItem | Sole item that should be selected. |
| SelectInfo | Provides context on how the selection changed |