Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IAccessibleWindow
Description
Retrieve the native OS window backing this accessible window. This can be safely casted if you know what OS you're in (ie FWindowsWindows on Windows platform).
| Name | GetNativeWindow |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
TSharedPtr < FGenericWindow > GetNativeWindow() const
The native window causing this accessible window to exist