Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/FTextToSpeechBase
Description
Activates the TTS system and does the necessary set up. Calls OnActivated() at the end of set up. Override OnActivated() in child classes to provide additional set up.
| Name | Activate |
| 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 Activate()