STableRow::FSlateAccessibleTableRow::GetOwningTable

Get the accessible table that owns this accessible table row.

Windows
MacOS
Linux

Override Hierarchy

IAccessibleTableRow::GetOwningTable()

STableRow::FSlateAccessibleTableRow::GetOwningTable()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h

Include

#include "Widgets/Views/STableRow.h"

Syntax

virtual TSharedPtr< IAccessibleWidget > GetOwningTable() const

Remarks

Get the accessible table that owns this accessible table row.

This should always return a valid pointer in concrete classes. An accessible table row must ALWAYS have an accessible table as an owner.

Returns

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