Set mobile chat UI as default

Original Discord Post by meijestic | 2024-07-19 14:04:32

Hi. Where can i find the Unreal Engine settings to activate the mobile Chat-Ui as default? Found it only for Unity-Documentation.
Thanks for support

Reply by k3kalinix | 2024-07-20 10:00:52

Hello <@639037679136407563>,

If I’m wrong on the Unreal Engine side, there is no special UI for Mobile.

You can customize it.

<@&1163218672580575372> can correct me if I’m wrong.

Reply by freezfast | 2024-07-20 11:56:32

That’s correct, we use the same UI for both UE and Android, there’re three presets for the UI that you can check out from the F10 menu and changing the appearance slider

Images:

Reply by meijestic | 2024-07-20 15:58:36

Thanks a lot. Does this mean That if I build the project as a android build the ui will change? I try to stream the project via pixel streaming and want to navigate the project via mobile phone. So i need a button to activate the microphone. Thanks for any tipps.

Reply by freezfast | 2024-07-21 12:52:58

In your usecase it’s recommended you create your own UI as the current UI doesn’t have a push to talk button available

Reply by freezfast | 2024-07-21 12:55:33

You will mainly need these two events on the Chatbot component to receive text data:

  • On Transcription Received
  • On Text Received

And you will need to use start talking and finish talking functions when the user presses the UI push to talk button

Reply by freezfast | 2024-07-21 12:56:40

Check this guide to understand how to use the player snd Chatbot components Simple Talking Cube | Documentation

Embedded Content:
Simple Talking Cube | Documentation
A minimal from scratch example to get you familiar with the plugin main components.
Link: Simple Talking Cube | Documentation

Reply by meijestic | 2024-07-21 22:20:11

i will try this. Thanks

This conversation happened on the Convai Discord Server, so this post will be closed.