Skip to content

List All Achievement API Names

Blueprint node screenshot

Returns an array of every achievement’s API name defined for this app (from the Steam schema).

Outputs

Pin Type Description
Achievement API Names String[] All API identifiers (e.g., ACH_FINISH_LEVEL1).
Success Bool true if names were retrieved successfully.

Notes

  • Pure node (no async work).
  • Call Request Current Stats And Achievements earlier in the session to ensure schema data is available locally.
  • Use to iterate and feed into other nodes (status, display info, icon).