SListView::GetSelectedItems

Returns a list of selected item indices, or an empty array if nothing is selected

Windows
MacOS
Linux

Override Hierarchy

ITypedTableView::GetSelectedItems()

SListView::GetSelectedItems()

References

Module

Slate

Header

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

Include

#include "Widgets/Views/SListView.h"

Syntax

virtual TArray< ItemType > GetSelectedItems() const

Remarks

Returns a list of selected item indices, or an empty array if nothing is selected

Returns

List of selected item indices (in no particular order)

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