FGenericAccessibleMessageHandler::GetAccessibleWindow

Creates or retrieves an accessible object for a native OS window.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

virtual TSharedPtr< IAccessibleWidget > GetAccessibleWindow
(
    const TSharedRef< FGenericWindow > & InWindow
) const

Remarks

Creates or retrieves an accessible object for a native OS window. todo: Behavior for non-native windows (virtual or others) is currently undefined.

Returns

The accessible object corresponding to the supplied native window

Parameters

Parameter

Description

InWindow

The native window to find the accessible window for

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