Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/ITextToSpeechFactory
Description
Creates an instance of a text to speech object. It is advised to only have 1 TTS as multiple TTS can speak over each other. Callers are responsible for managing the lifetime of the TTS
| Name | Create |
| Type | function |
| Header File | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Public/GenericPlatform/ITextToSpeechFactory.h |
| Include Path | #include "GenericPlatform/ITextToSpeechFactory.h" |
TSharedRef < FTextToSpeechBase > Create()