Hello!
I am trying to set statistics from C++ in UE5, and despite the code and the responses from the API and the server seems fine, I can't see any events being triggered in the web. I can see the login just fine (which btw it shows up twice, one as "Player logged in" and the other one as "Entity logged in", is it normal?), and when I send the event I get a good response, but there is no trace of this anywhere in the website (nor in the statistics inside the player profile, in the playstream monitor or in the progress tab). If in the code I change the name of the stat for a wrong one, then I get a message saying the stat couldn't be found, so I guess the name is fine. What could be the problem? I just want to keep track of simple stuff like games started/won/lost etc.
Thank you so much!