IAccessibleTable

A widget that represents a table such as list views, tile views or tree views Data about the items that are selected in the table or if selection is supported can be queried.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

class IAccessibleTable

Remarks

A widget that represents a table such as list views, tile views or tree views Data about the items that are selected in the table or if selection is supported can be queried.

Functions

Name Description

Public function Virtual Const

bool

 

CanSupportMultiSelection()

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

Public function Virtual Const

TArray< TSha...

 

GetSelectedItems()

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

Public function Virtual Const

bool

 

IsSelectionRequired()

Checks if the table must have an element selected at all times.

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