IAccessibleWindow::GetNativeWindow

Retrieve the native OS window backing this accessible window.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

TSharedPtr< FGenericWindow > GetNativeWindow() const

Remarks

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).

Returns

The native window causing this accessible window to exist

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