Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/UTextToSpeechEngineSubsystem
Description
Mutes a text to speech channel so no vocalized strings are audible on that channel. If the requested channel is already muted, nothing will happen.
| Name | MuteChannel |
| Type | function |
| Header File | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Public/TextToSpeechEngineSubsystem.h |
| Include Path | #include "TextToSpeechEngineSubsystem.h" |
| Source | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Private/TextToSpeechEngineSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category=TextToSpeech)
void MuteChannel
(
UPARAM FName InChannelId
)
Parameters
| Name | Remarks |
|---|---|
| InChannelId | The Id for the channel to mute. |