Navigation
API > API/Plugins > API/Plugins/TextToSpeech
Abstract base class for all factories that create text to speech objects. Platform default factories have already been provided for all allowed platforms for this plugin. Inherit from this class and register it with the text to speech module to create your own custom text to speech objects See ITextToSpeechModule.h for more details.
| Name | ITextToSpeechFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Public/GenericPlatform/ITextToSpeechFactory.h |
| Include Path | #include "GenericPlatform/ITextToSpeechFactory.h" |
Syntax
class ITextToSpeechFactory
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITextToSpeechFactory() |
GenericPlatform/ITextToSpeechFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates an instance of a text to speech object. | GenericPlatform/ITextToSpeechFactory.h |