Original Discord Post by martivalles21 | 2024-10-31 14:00:51
I am designing an interactive art installation with multiple monitors. On one of these monitors, the Convai character will be available for people to interact with. The other monitors will display various videos managed by TouchDesigner, as these videos will also be interactive, and TouchDesigner is the software I’m most comfortable with.
My goal is to send data from interactions with the Convai character to trigger different videos in TouchDesigner. From what I’ve researched, it’s possible to send information from Unreal Engine blueprints to TouchDesigner via OSC. In the Convai documentation, I found that the Convai Chatbot has four state functions: “thinking,” “talking,” “listening,” and “in conversation” (attached image found in Convai Chatbot | Documentation). These states seem ideal for my purpose, but I haven’t been able to locate these functions in the blueprints.
I’m new to Unreal Engine, so this might be a simple fix, but I’d really appreciate any guidance to help bring this idea to life