Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/GenericPlatform
References
| Module | TextToSpeech |
| Header | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Public/GenericPlatform/ITextToSpeechFactory.h |
| Include | #include "GenericPlatform/ITextToSpeechFactory.h" |
Syntax
class ITextToSpeechFactory
Remarks
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.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FTextToSpeechBase > | Create () |
Creates an instance of a text to speech object. |