Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/FTextToSpeechBase
Description
This should only be called by text to speech implementations to signal that a requessted string has successfully finished speaking. Note that this should not be invoked when the spoken string is interrupted or stopped.
| Name | OnTextToSpeechFinishSpeaking_GameThread |
| Type | function |
| Header File | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Public/GenericPlatform/TextToSpeechBase.h |
| Include Path | #include "GenericPlatform/TextToSpeechBase.h" |
| Source | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Private/GenericPlatform/TextToSpeechBase.cpp |
void OnTextToSpeechFinishSpeaking_GameThread()