Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderBase
Description
Returns a screen reader user associated with the passed in Id if the Id is registered. Otherwise, a nullptr is returned.
| Name | GetUser |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderBase.h |
| Include Path | #include "GenericPlatform/ScreenReaderBase.h" |
| Source | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Private/GenericPlatform/ScreenReaderBase.cpp |
TSharedPtr < FScreenReaderUser > GetUser
(
int32 InUserId
) const
The screen reader user associated with the Id if the user is registered. Else nullptr.
Parameters
| Name | Remarks |
|---|---|
| InUserId | The user Id of the screen reader to be retrieved. |