Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void NavigationSelect
(
const ItemType& InItemToSelect, |
Selects the specified item and scrolls it into view. | Widgets/Views/SListView.h | |
virtual void NavigationSelect
(
const ItemType& InItemToSelect, |
Special handling for navigation events | Widgets/Views/SListView.h |
NavigationSelect(const ItemType &, const FInputEvent &)
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 |
NavigationSelect(const ItemType &, const FNavigationEvent &)
Description
Special handling for navigation events
| 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 FNavigationEvent & InNavigationEvent
)