Get Global Achievement Percent

Returns the global unlock percentage (0–100) for the specified achievement across all players.
Inputs
Pin |
Type |
Description |
|---|---|---|
Achievement API Name |
String |
Exact identifier defined in Steamworks (e.g., ACH_FINISH_LEVEL1). |
Outputs
Pin |
Type |
Description |
|---|---|---|
Percent |
float |
Global unlock rate for this achievement (0–100). |
Success |
Bool |
true if a percentage was retrieved. |
Notes
- Pure node (no async work).
- Achievement must exist in your Steamworks schema.
- Use to sort/show rarity (“Ultra Rare”, etc.) in your UI.