Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform > API/Runtime/ApplicationCore/GenericPlatform/Accessibility
Inheritance Hierarchy
- IAccessibleTable
- SListView::FSlateAccessibleListView
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
| Type | Name | Description | |
|---|---|---|---|
| bool | Check if the table can select more than one element at a time. | ||
| TArray< TSharedPtr< IAccessibleWidget > > | Get all of the elements that are selected in the table. | ||
| bool | Checks if the table must have an element selected at all times. |