Skip to main content
Overview > Inworld Node > Inworld Node TTS Class: 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. Inworld Node TTS Input Types:
  • FInworldData_Text OR FInworldData_DataStream_String (Text data to convert to speech)
  • FInworldData_Text (Optional emotion text to influence speech synthesis)
Output Types:
  • FInworldData_DataStream_TTSOutput