Reset Steam achievements

Hello.

I have a problem with testing achievements on Steam. I found that using console command online.ResetAchievements on Development build should reset them for current user, but it doesn’t work. Where could be a problem?

Hello :slight_smile:

I’m facing the same problem, and currently trying to fix that. I managed to reset the achievements, but not sure if it was the result of online.ResetAchievements or the fact that I reset leaderboards for testing purposes, or maybe both. It’s also possible that online.ResetAchievements command effect occured with huge delay because of some kind of cache on Steam side, I’m not sure yet.

Hi,

Did you ever found how to delete steam achievements ?

Hello,

Unfortunately, no.

Hi, I ran into this problem and what I did was:

  • Make sure [in Blueprints] to call CacheAchievements first.
  • OnSuccess Exec Pin, you’ll want to call the ExecuteConsoleCommand
  • Then, you’ll just copy and paste this “online.ResetAchievements” with no quotes and it should work.
3 Likes

Worked for me, thanks a lot!
When testing (in the editor using standalone game mode) I did have to stop the play session before it worked, and then the next time I played my achievements were reset.

As of June 2022, this still works, thank you.

And like @Roofkat mentioned, restart the game after and you will see that all of your achievements have been reset when you boot it back up.