Clear User Stats And Achievements

Clears the local user’s stats and optionally resets all achievements back to locked in the local cache. Persist the reset with Store User Stats & Achievements.
Inputs
Pin |
Type |
Description |
|---|---|---|
Also Reset Achievements |
Bool |
If true, clears achievement unlock states as well as stats. If false, only stats are cleared. |
Outputs
Pin |
Type |
Description |
|---|---|---|
Success |
Bool |
true if the local reset request was applied to the cache. |
Notes
- Pure node (no async work). Acts on the local cache immediately.
- Call Store User Stats & Achievements afterward to persist changes to Steam.
- Primarily for QA/debug menus—most shipped games do not expose a full reset to players.
- After storing, you can call Request Current Stats And Achievements to refresh the cache from Steam.
Typical usage
- Developer/QA tool: Clear (with or without achievements) → Store User Stats & Achievements → Request Current Stats And Achievements → re-test unlock logic.