Skip to content

Get Achievement API Name

Blueprint node screenshot

Returns the achievement’s API identifier (string) by index, allowing you to enumerate all achievements.

Inputs

Pin Type Description
Index int32 Zero-based achievement index (0..Count-1). Use with Get Number Of Achievements.

Outputs

Pin Type Description
API Name String The Steamworks API name (e.g., ACH_FINISH_LEVEL1).
Success Bool true if the index was valid and a name was returned.

Notes

  • Pure node (no async work).
  • Use this to iterate and then feed the API name into other nodes (status, display info, icon).