Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericAccessibleMessageHandler
Description
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.
| Name | GetAccessibleWindowId |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
virtual AccessibleWidgetId GetAccessibleWindowId
(
const TSharedRef < FGenericWindow > & InWindow
) const
The identifier for the accessible window created
Parameters
| Name | Remarks |
|---|---|
| InWindow | The native window to find the accessible window for |