FGenericAccessibleMessageHandler::GetAccessibleWindowId

Creates or retrieves the identifier for 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 AccessibleWidgetId GetAccessibleWindowId
(
    const TSharedRef< FGenericWindow > & InWindow
) const

Remarks

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

Returns

The identifier for the accessible window created

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