Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IAccessibleWindow
Description
Retrieves the focused accessible widget for a user. If the passed in user index is not registered with an accessible user registry, nullptr will be returned.
| Name | GetUserFocusedWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
TSharedPtr < IAccessibleWidget > GetUserFocusedWidget
(
const FAccessibleUserIndex UserIndex
) const
The accessible widget that is focused by the accessible user. Returns nullptr if the accessible user index does not correspond to a registered accessible user.
Parameters
| Name | Remarks |
|---|---|
| UserIndex | The user index of the accessible user to query for its accessible focus widget. |