Thanks for you help. So I did some testing and the character from sample project is now working correctly, however my own character is having the previous issue where the action_config is empty which is weird because when I manually print the actions array I get all the actions defined in the character and I couldn’t really find any differences between the two characters.
Here in the log, the first query is with the sample character and the second one is with my character back to back. output logs.txt (15.6 KB)
Do you have an idea on why this could be happening?
Here is my NPC blueprint.
Hey there, thanks for the reply!
Yes as I mentioned. I put both characters (The one from sample project and my own metahuman) in the same environment. I query them one after the other. The first one from sample project works without any issues but mine doesn’t. If you go down in the logs you see second query with my custom character returns an empty action_config. However when I print the action list using print string in the blueprint I provided, I get the full list of actions of my character so it shouldn’t be empty.