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;
float GetRateOnChannel
&40;
FName InChannelId
&41; const
Remarks
Returns the current speech rate strings are vocalized on a text to speech channel. Value is between 0.0 and 1.0. If the provided channel Id does not exist, 0.0f will be returned.
Parameters
| Name | Description |
|---|---|
| InChannelId | The Id for the channel to get the speech rate from. |