Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< ItemType > GetSelectedItems () |
Returns a list of selected item indices, or an empty array if nothing is selected | Widgets/Views/SListView.h | |
int32 GetSelectedItems
(
TArray< ItemType >& SelectedItemArray |
Widgets/Views/SListView.h |
GetSelectedItems()
Description
Returns a list of selected item indices, or an empty array if nothing is selected
| Name | GetSelectedItems |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
virtual TArray < ItemType > GetSelectedItems() const
List of selected item indices (in no particular order)
GetSelectedItems(TArray< ItemType > &)
| Name | GetSelectedItems |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
int32 GetSelectedItems
(
TArray < ItemType > & SelectedItemArray
) const