Get Achievement Icon
![]()
Returns the achievement’s icon texture (locked/unlocked) so you can display it in UI.
Inputs
Pin |
Type |
Description |
|---|---|---|
Achievement API Name |
String |
Exact identifier defined in Steamworks. |
Outputs
Pin |
Type |
Description |
|---|---|---|
Icon |
Texture2D |
The icon texture asset generated at runtime (may be None if not available). |
Notes
- Pure node (no async work).
- Icons must be set up in Steamworks; if not configured, this can return no texture.
- For dynamic UIs, combine with Get Achievement Status to choose locked vs unlocked icon automatically.