Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Description
Selects the specified item and scrolls it into view. If shift is held, it will be a range select. If ctrl is held and multi selection is allowed, the item will be added to the list of currently selected items
| Name | NavigationSelect |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
virtual void NavigationSelect
(
const ItemType & InItemToSelect,
const FInputEvent & InInputEvent
)
Parameters
| Name | Remarks |
|---|---|
| ItemToSelect | The item that was selected by a keystroke |
| InInputEvent | The key event that caused this selection |