When trying to update a Steam leaderboard, the source code currently adds the new value to the old value instead of replacing the old value with the new value. This works fine for something like a Total Time Played stat, but does not work when trying to update a high score list where the new score needs to replace the old score.
RESULT:
The code sets the stat value by adding the old and new values together.
EXPECTED:
The code sets the stat value differently, depending on what is being updated.
Head over to the existing Questions & Answers thread and let us know what's up.
24 |
Component | UE - Online |
---|---|
Affects Versions | 4.10.1, 4.12, 4.13 |
Target Fix | 4.20 |
Created | Dec 23, 2015 |
---|---|
Resolved | Jan 18, 2018 |
Updated | Oct 28, 2022 |
2685 - projectgheist |