Navigation
API > API/Plugins > API/Plugins/TextToSpeech > API/Plugins/TextToSpeech/ITextToSpeechModule
Description
Returns the user set text to speech factory. This can be null if no user text to speech factory has been set. It's up to the user to check the returned factory is valid.
| Name | GetCustomFactory |
| Type | function |
| Header File | /Engine/Plugins/Experimental/TextToSpeech/Source/TextToSpeech/Public/TextToSpeechModule.h |
| Include Path | #include "TextToSpeechModule.h" |
TSharedPtr < ITextToSpeechFactory > GetCustomFactory() const