Updated the plugin via both Github and FAB (tried them both to see if one was fixed), and both versions have these errors rendering PTT unusable. I also tried a new project just to be sure it was the plugin and not my code. I had everything working on an older version and just updated to use 5.6 Metas but this seems like a pretty big issue since it removes the ability to talk to the AI with voice. Is there a way to quickly fix this? I’m using FAB release and GitHub SDK V4
Hello, did you activate PTT from the details panel?
Could you please share the logs?
Which logs do you want? The BP won’t compile so when I do PTT nothing happens.
How did you import the Convai plugin into this project? Did you copy the new version on top of the old one?
There are big differences between versions, so overwriting can easily break things. I recommend:
-
Try in a fresh new project first.
-
Download the plugin directly from GitHub (not from FAB) and install cleanly:
https://github.com/Conv-AI/Convai-UnrealEngine-SDK-V4/releases -
If you used the FAB plugin before, you may have modified it or left old files behind. Remove the Convai plugin folder completely, then re add it cleanly and let Unreal recompile.
If the Blueprint still won’t compile after a clean install, please share a screenshot of the compile errors.
- I did that already, same result
2/3) I used both FAB and Github versions and deleted the Convai plugin folder both times before I installed them. Same result.
When I connect the PTT pins and compile I get these errors
My startup logs are attached
PTTLogs.txt (142.9 KB)
Why are you trying to connect PTT pins?
If I don’t the “T” Key calls Start Talking and Stop Talking which don’t execute anything. I tried calling them witout the pins just for arguements sake and nothing happens.
Could you share the parents of your convai character and convai player?
Assuming you mean the base classes in the “Core” folder?
Player is: Pawn
Character is: Character
Could you share full screen screenshots of your Blueprints?
Unsure which parts you need but here are the event graphs and the Start/Stop Talking Graph with the errors
We haven’t been able to reproduce this issue on our end. It may be related to one of the installation steps. Could you please follow the steps shown in this video?
Could you please show your player bp? Not Convai player / chatbot
I mean this is exactly how I’ve always done it when installing from Git. The BP_Chatbot part is newer but the core installation is the same.
Here is an example character. I have 10 in my project that worked just fine until I decided to update.
The parent class is Convai Base Character. This is wrong.
Please follow the video. The installation steps have changed.








