IAccessibleTableRow

A widget that is an element in an accessible table.

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 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.

All accessible table rows must have an accessible table as an owner

Functions

Name Description

Public function Virtual

void

 

AddToSelection()

Adds this table row to the list of selected items in the owning table

Public function Virtual Const

TSharedPtr< ...

 

GetOwningTable()

Get the accessible table that owns this accessible table row.

Public function Virtual Const

bool

 

IsSelected()

Checks if this table row is currently selected in the owning table.

Public function Virtual

void

 

RemoveFromSelection()

Removes this table row from the list of selected items in the owning table

Public function Virtual

void

 

Select()

Selects this table row in the owning table.

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