Navigation
API > API/Runtime > API/Runtime/ApplicationCore
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
| Name | IAccessibleTableRow |
| Type | class |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
Syntax
class IAccessibleTableRow
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddToSelection() |
Adds this table row to the list of selected items in the owning table | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h | |
virtual TSharedPtr< IAccessibleWidget > GetOwningTable () |
Get the accessible table that owns this accessible table row. | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h | |
virtual bool IsSelected() |
Checks if this table row is currently selected in the owning table. | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h | |
virtual void RemoveFromSelection() |
Removes this table row from the list of selected items in the owning table | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h | |
virtual void Select() |
Selects this table row in the owning table. | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |