SListView::NavigationSelect

Selects the specified item and scrolls it into view. If shift is held, it will be a range select.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h

Include

#include "Widgets/Views/SListView.h"

Syntax

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

Parameter

Description

ItemToSelect

The item that was selected by a keystroke

InInputEvent

The key event that caused this selection

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss