SListView::FSlateAccessibleListView::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

Slate

Header

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

Include

#include "Widgets/Views/SListView.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