I’m trying to use the On Narrative Section Received node but it says that there’s a warning stating it does not have a valid matching component. It worked when I was using an older version of ConvAI and Unreal Engine, but now I’m using the latest version of ConvAI and UE5.6. Is there a fix or alternate nodes I can use in its place? Thanks!
Switching from Pawn back to the deprecated ConvaiBaseCharacter gets rid of the warning, and changes the BP_ConvaiChatbot Component back to the original ConvaiChatbot component, but then I get the warning messages telling me to switch back. The lip sync also stopped working when I interact with the character
I followed it and used the correct components, but the original warning with the On Narrative Section Received still occurs. Is it because the base class is a Character?
The convaiplayer is because the parent class is the ConvaiBasePlayer. I changed the parent class to character and kept the BP_ConvaiPlayerComponent. The warning still persists