Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/ITextToSpeechModule
Description
Sets a user text to speech factory. Use this to register custom text to speech factories for creating custom text to speech objects.
| Name | SetCustomFactory |
| Type | function |
| Header File | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Public/TextToSpeechModule.h |
| Include Path | #include "TextToSpeechModule.h" |
void SetCustomFactory
(
const TSharedRef < ITextToSpeechFactory > & InFactory
)