Get Achievement Display Info

Returns the user-facing Display Name, Description, and Hidden flag for an achievement (by API name).
Inputs
Pin |
Type |
Description |
|---|---|---|
Achievement API Name |
String |
Exact identifier defined in Steamworks. |
Outputs
Pin |
Type |
Description |
|---|---|---|
Display Name |
String |
Localized achievement title (if available). |
Description |
String |
Localized description (if available). |
Success |
Bool |
true if data was found for the API name. |
Notes
- Pure node (no async work).
- Ensure your achievement metadata is configured in Steamworks; localization depends on your schema.
- Pair with Get Achievement Status to show lock state alongside display text.