IAccessibleTable::CanSupportMultiSelection

Check if the table can select more than one element at a time.

Windows
MacOS
Linux

Override Hierarchy

IAccessibleTable::CanSupportMultiSelection()

SListView::FSlateAccessibleListView::CanSupportMultiSelection()

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

virtual bool CanSupportMultiSelection() const

Remarks

Check if the table can select more than one element at a time.

Returns

True if the table can support selection for more than one element at a time. Else false.

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