Navigation
BlueprintAPI > BlueprintAPI/SlateScreenReader
Deactivates the screen reader and disables all announcement and text to speech services making them do nothing. If the passed in user Id does not correspond to a registered screen reader user, nothing will happen.
Target is Slate Screen Reader Engine Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| integer | Screen Reader User Id | The user Id of the screen reader user to request deactivation. The Id should correspond to the Slate user id of an input device. If unsure, use Id 0. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | FScreenReaderReply::Handled() if the screen reader user is successfully deactivated. Else FScreenReaderReply::Unhandled() is returned. |