Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform > API/Runtime/ApplicationCore/GenericPlatform/Accessibility
Inheritance Hierarchy
- IAccessibleTableRow
- STableRow::FSlateAccessibleTableRow
References
| Module | ApplicationCore |
| Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
Syntax
class IAccessibleTableRow
Remarks
A widget that is an element in an accessible table. These widgets can be interacted with by selecting them or querying them for the owning table. NOTE: All accessible table rows must have an accessible table as an owner
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Adds this table row to the list of selected items in the owning table | ||
| TSharedPtr< IAccessibleWidget > | Get the accessible table that owns this accessible table row. | ||
| bool | IsSelected () |
Checks if this table row is currently selected in the owning table. | |
| void | Removes this table row from the list of selected items in the owning table | ||
| void | Select () |
Selects this table row in the owning table. |