Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/UTextToSpeechEngineSubsystem
Description
Immediately stops any currently vocalized string on the channel. If the provided channel Id does not exist, nothing will happen.
| Name | StopSpeakingOnChannel |
| 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 StopSpeakingOnChannel
(
UPARAM FName InChannelId
)
Parameters
| Name | Remarks |
|---|---|
| InChannelId | The Id of the channel speech should be stopped on. |