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 DoesChannelExist
&40;
FName InChannelId
&41; const
Remarks
Returns true if a text to speech channel associated with a channel Id exists. Otherwise, the function returns false.
Parameters
| Name | Description |
|---|---|
| InChannelId | The channel Id to test if it is associated with a channel. |