IAccessibleTable::GetSelectedItems

Get all of the elements that are selected in the table.

Windows
MacOS
Linux

Override Hierarchy

IAccessibleTable::GetSelectedItems()

SListView::FSlateAccessibleListView::GetSelectedItems()

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

virtual TArray< TSharedPtr< IAccessibleWidget > > GetSelectedItems() const

Remarks

Get all of the elements that are selected in the table.

Returns

All the items selected in this table. Returns an empty array if nothing is selected.

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