Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/SListView
- 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" |
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
| Name | Description |
|---|---|
| SelectorItem | The endpoint item at which the selection should stop. |