IAccessibleWidget::GetParent

Get the accessible parent of this widget.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

TSharedPtr< IAccessibleWidget > GetParent()

Remarks

Get the accessible parent of this widget. This may be nullptr if this widget is a window, or if the widget is currently disconnected from the UI tree.

Returns

The accessible parent widget of this widget.

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