Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/UTextToSpeechEngineSubsystem
References
| Module | TextToSpeech |
| Header | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Public/TextToSpeechEngineSubsystem.h |
| Include | #include "TextToSpeechEngineSubsystem.h" |
| Source | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Private/TextToSpeechEngineSubsystem.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;TextToSpeech&41;
bool IsSpeakingOnChannel
&40;
FName InChannelId
&41; const
Remarks
Return true when the targeted text to speech channel is vocalising, otherwise false.
Parameters
| Name | Description |
|---|---|
| InChannelId | The id of the channel to check if a string is being vocalized. |