Edit: Simplified question: I am trying to change settings of a C++ file. I have made a change to the c++ code and re-saved it. The editor isn’t picking up these changes even after restarting. Does something need to be reloaded somehow?
File I’m trying to update:
Engine > plugins > online > onlinesubsystemsteam > source > private > OnlineLeaderboardInterfaceSteam.cpp
Hi,
I need to preface by saying my C++ knowledge is very limited, which is why I’m struggling with this.
For the last few days, I’ve been trying to get Steam leaderboards working for a game that uses all blueprint scripting.
Right now when an entry is submitted through blueprints using “write leaderboard integer”, the score is submitted to Steam successfully but is added to the old score stat. What I would like to do is replace the score stat entirely as mentioned in this thread:
Problem is that it still doesn’t work even after I change the code on lines 293 and 304. The file I’m looking at is “OnlineLeaderboardInterfaceSteam.cpp” in Engine > plugins > online > onlinesubsystemsteam > source > private
Am I missing something obvious besides re-saving the .cpp document after the changes?
I also tried rebooting the editor with no luck.
Thanks