Hey there,
I tried the last weekend to bring leaderboards into my game on steam, but it isn´t working, I have no idea what I missed…
I did everything which is listed there and used the built-in steam stuff: Online Subsystem Steam | Unreal Engine Documentation
Achievements are working now, but not the leaderboards, it fails always to write an entry…
Anyone did this before and knows what I missed?
Is there any additional setup I need to do, like in defaultengine.ini?
Would be nice if anyone could help me ^^
Im not sure but my leaderboard that was working in 4.24 is now broken in 4.26 and I cant get write/read leaderboard to work at all.
Were you able to figure this out? I’m struggling to get achievements writing to work, even though it returns successful.
Achievements are no problem, you just need to change your project into a C++ project ^^
Is that a requisite though? Why would there by a write achievement node exposed to blueprints if that was the case?
Give it a try, you can continue using blueprints, you don´t need to set up your whole project from scratch in c++…
Don´t forget to make a backup ^^