Navigation
API > API/Plugins > API/Plugins/SlateScreenReader > API/Plugins/SlateScreenReader/USlateScreenReaderEngineSubsyste-
Description
Mutes the text to speech for a screen reader user. If the provided user Id doesn't exist, nothing will happen.
| Name | MuteSpeech |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateScreenReader/Source/SlateScreenReader/Public/SlateScreenReaderEngineSubsystem.h |
| Include Path | #include "SlateScreenReaderEngineSubsystem.h" |
| Source | /Engine/Plugins/Experimental/SlateScreenReader/Source/SlateScreenReader/Private/SlateScreenReaderEngineSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="SlateScreenReader")
FScreenReaderReply MuteSpeech
(
int32 InUserId
)
FScreenReaderReply::Handled() is returned if the screen reader user is successfully muted. Otherwise, FScreenReaderReply::Unhandled() is returned.
Parameters
| Name | Remarks |
|---|---|
| InUserId | The user Id of the screen reader user to mute text to speech for. |