👩
MetaHumanSDK
  • Reference
    • MetaHumanSDK Unreal Engine Plugin
      • Quick Start
      • Setup
      • Text To Speech
      • Audio To Lip sync
      • Chatbot
      • Combo
      • Talk Component
      • Changelog
Powered by GitBook
On this page
  1. Reference
  2. MetaHumanSDK Unreal Engine Plugin

Combo

PreviousChatbotNextTalk Component

Last updated 2 years ago

CtrlK

Since Chat/TTS/ATL requests are often used together, the plugin provides a way to optimize execution time by eliminating the cost of additional requests by combining them into a single request.

Combo execution modes:

Mode

CHAT TTS ATL

  1. Chat request execution -> TTSInput.Text. result

  2. TTS request execution -> ATLInput.Sound result

  3. ATL request result

TTS ATL

  1. TTS request execution -> ATLInput.Sound result

  2. ATL request execution

CHAT TTS

  1. Chat request execution -> TTSInput.Text result

  2. TTS request result