Write Leaderboard creates Leaderboard but doesnt add player entries. Please help me with this. I am using engine 4.18.3
Any one facing similar issue while writing score to leaderboard ?
Write Leaderboard creates Leaderboard but doesnt add player entries. Please help me with this. I am using engine 4.18.3
Any one facing similar issue while writing score to leaderboard ?
HI. Any luck with that??
I have also a problem with āWrite leaderboard integerā. The result of the BP Node is true but I see no score added to the leaderboard in steam works. Any advises how to get āWrite leaderboard integerā working?
Got it. Donāt know exactly what was the reason why it was not working, but now it works.
EDIT: Not fixed completly. Now I can read (read leaderboard integer) a value, update the value (write leaderboard integer), then read the updated value again (read leaderboard integer) and the updated value seems to be correct.
But log in into steamworks, it shows me that the value is not updated. Interesting on that, by restart the game the values I catch (read leaderboard integer) still have the updated values from the last game run. But still, when log into steam works and look at the leaderboard, the changes are not shown here. Seems to be the values are āsomehwereā temporary(?) saved.
Thatās a very annoying problem that I also have :
Hey, were you able to fix the updated score, by the chance? Thanks in advance
The Steam Leaderboard functionality in UE4 built in subsystem was so very, very limited, that I tried to code own solutions and end up buying a market place asset named Steam core āsteam:coreā on UE4 market place. There are also other assets on market place which add more steam functionality. Even if āread leaderboard valueā and āwriteā would work fine (which it was not), you very fast need more functions to read values from steam friends, read top ranks, read ranks around player and so on.
So, if in last UE4 updates nothing changed, then I would recommend for you also to code own solution or buy an asset for steam access (incl. leaderboard) on the market place.
Would be nice to see my answers voted up.
Steam:core seems to be in winter sale. If want to use a very stable version, consider it. This is what I work with.
Sorry, done with a vote thanks a lot for providing an answer⦠yeah, I understand that only writing and reading integers from the leaderboard kind of not enough. Iāve found also one nice free plugin, that puts all Steam API into the blueprints, but itās still fresh and a bit buggi. Name is SteamBridge - SteamBridge in Code Plugins - UE Marketplace
Iāve found what wasnāt working for me : you must configure in your Steam leaderboard sorting as descending or you canāt increment any value ā¦
Worst API Iāve ever seen. I spent 2 hours trying to understand why the leaderboard wasnāt updating while the stats values were being updated correctly. Another annoying thing is that the āAggregated forā values donāt work at all. I have to read the value and then increment it, which requires two API calls instead of one. Terrible design, terrible implementation