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" |
virtual void NavigationSelect
(
const ItemType & InItemToSelect,
const FInputEvent & InInputEvent
)
Remarks
Selects the specified item and scrolls it into view. If shift is held, it will be a range select.
Parameters
| Name | Description |
|---|---|
| ItemToSelect | The item that was selected by a keystroke |
| InInputEvent | The key event that caused this selection |