Navigation
BlueprintAPI > BlueprintAPI/SlateScreenReader
Sets the volume text to speech will be speaking at 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 set the text to speech volume for |
| real | Volume | The volume text to speech will be set at for the provided screen reader user. Value will be clamped between 0.0f and 1.0f. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | FScreenReaderReply::Handled() is returned if the speech volume is successfully set for the screen reader user. Otherwise, FScreenReaderReply::Unhandled() is returned. |