Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericAccessibleMessageHandler
Description
Creates or retrieves an accessible object for a native OS window. todo: Behavior for non-native windows (virtual or others) is currently undefined.
| Name | GetAccessibleWindow |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
virtual TSharedPtr < IAccessibleWidget > GetAccessibleWindow
(
const TSharedRef < FGenericWindow > & InWindow
) const
The accessible object corresponding to the supplied native window
Parameters
| Name | Remarks |
|---|---|
| InWindow | The native window to find the accessible window for |