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;
void SetRateOnChannel
&40;
FName InChannelId,
float InRate
&41;
Remarks
Sets the current speech rate strings should be vocalized on a text to speech channel. If the provided channel does not exist, nothing will happen.
Parameters
| Name | Description |
|---|---|
| InChannelId | The Id for the channel to set the speech rate on. |
| InRate | The speech rate to set for the channel. Value will be clamped between 0.0f and 1.0f. |