UInworldNode_TTS | Inherits from: UInworldNode
A node that converts text input to synthesized speech using Text-to-Speech.
This node takes either a single text input or a stream of text inputs and converts them to a stream of TTSOutput objects containing both the original text and the synthesized audio. It inherits from TypedNode with specific input/output types for handling text and audio data.

FInworldData_TextORFInworldData_DataStream_String(Text data to convert to speech)FInworldData_Text(Optional emotion text to influence speech synthesis)
FInworldData_DataStream_TTSOutput