Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericAccessibleUserRegistry
Description
Unregisters an accessible user from the accessible registry. If the passed in user index is not associated with a registered accessible user, nothing will happen. This function calls FGenericAccessibleUser::OnUnregistered if the passed in user is successfully unregistered. Once an accessible user has been unregistered, the rest of the application should have no way of retrieving or interacting with the accessible user.
| Name | UnregisterUser |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
bool UnregisterUser
(
const FAccessibleUserIndex UserIndex
)
True if the accessible user with the associated user index is successfully unregistered. Else, returns false.
Parameters
| Name | Remarks |
|---|---|
| UserIndex | The index of the accessible user you want to unregister. |