Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericAccessibleMessageHandler
Description
Sets a new accessible user registry for the application. Note: As of now, none of the registered users will carry over to the new accessible user manager. It is up to the caller to unregister all currently registered users and register them with the new accessible user registry. .
| Name | SetAccessibleUserRegistry |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
void SetAccessibleUserRegistry
(
const TSharedRef < FGenericAccessibleUserRegistry > & InAccessibleUserRegistry
)