Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IAccessibleWidget
Description
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.
| Name | GetParent |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
TSharedPtr < IAccessibleWidget > GetParent()
The accessible parent widget of this widget.