Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IAccessibleWidget
Description
Returns the window at the top of this widget's hierarchy. This function may return itself for accessible windows, and could return nullptr in cases where the widget is not currently part of a hierarchy.
| Name | GetWindow |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
TSharedPtr < IAccessibleWidget > GetWindow() const
The root window in this widget's widget tree, or nullptr if there is no window.