SListView::Private_SelectRangeFromCurrentTo

Select a range of items from the current RangeSelectionStart to the SelectorItem Does not cause an [OnSelectionChanged()](API\Runtime\Slate\Widgets\Views\SListView\OnSelectionChanged)!

Windows
MacOS
Linux

Override Hierarchy

ITypedTableView::Private_SelectRangeFromCurrentTo()

SListView::Private_SelectRangeFromCurrentTo()

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

virtual void Private_SelectRangeFromCurrentTo
(
    ItemType SelectorItem
)

Remarks

Select a range of items from the current RangeSelectionStart to the SelectorItem Does not cause an OnSelectionChanged()!

Parameters

Parameter

Description

SelectorItem

The endpoint item at which the selection should stop.

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