Navigation
API > API/Plugins > API/Plugins/SlateScreenReader > API/Plugins/SlateScreenReader/USlateScreenReaderEngineSubsyste-
Description
Returns true if text to speech for a screen reader user is muted. Otherwise false is returned. If the provided user Id doesn't exist, false will be returned.
| Name | IsSpeechMuted |
| 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")
bool IsSpeechMuted
(
int32 InUserId
) const
Parameters
| Name | Remarks |
|---|---|
| InUserId | The screen reader user Id to check if text to speech is muted. |