Hi!
I have used custom actions in my blueprint but all of a sudden custom actions stopped working, actions simply didn’t get triggered.
I looked at the logs and saw this error: ConvaiChatbotComponentLog: StartGetResponseStream: Environment object seems to have issues → setting GenerateActions to false.
After a lot of debugging it seems as if the Convai Chatbot Environment isn’t getting populated with values correctly.
What might cause the problem of the Environment variable not getting populated correctly in the Chatbot?
Using unreal 5.6
*Solved (For those who come after): So I finally found the problem. It was my Event Tick in my blueprint that overrided the Event tick in the convai character blueprint. So all I had to do was that on the Event Tick in my blueprint → Right Click → Add Call to Parent Function.
Now it should be working.