SendProgressEvent(const std::string& status, const std::string& levelname, const int score, const int attempt_num)
Does anyone know how to access the third and fourth arguments of this function? When I create a widget (with Progression) I can select the status and levelname I sent but all it gives me is the number of times the function was called. How are the last two variables seen? Also, is there a list somewhere of all the raw data submitted?
Edit: I found my answer for the raw data. You can go to your game, Settings, and Export Data at the top. It exported 5 JSON files for me.
Edit2: Wow, the raw data gives you a lot of extra info: user_id, session_id, session_num, country_code, ip, etc. This makes me wanna write a gameanalytics data manager.