Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/UTextToSpeechEngineSubsystem
Description
Returns true if a text to speech channel associated with a channel Id exists. Otherwise, the function returns false.
| Name | DoesChannelExist |
| 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)
bool DoesChannelExist
(
UPARAM FName InChannelId
) const
Parameters
| Name | Remarks |
|---|---|
| InChannelId | The channel Id to test if it is associated with a channel. |