Navigation
BlueprintAPI > BlueprintAPI/SlateScreenReader
Unmutes the text to speech for a screen reader user. If the provided user Id doesn't exist, 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 unmute text to speech for. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | FScreenReaderReply::Handled() is returned if the screen reader user is successfully unmuted. Otherwise, FScreenReaderReply::Unhandled() is returned. |