Achievements callable actions - AWS GameKit

You are currently viewing content for use with Unreal Engine software. See all AWS GameKit documentation

Achievements callable actions

The AWS GameKit API provides the following actions for the achievements game feature. After deploying AWS resources for achievements, your game frontend can use these calls to communicate with the backend resources.

  • UpdateAchievement() Updates a player's current status for an achievement, checks to see if the player has met the requirements to earn the achievement, and, if so, sets the achievement to "earned".

  • GetAchievement Retrieves information, including a player's current status, for all viewable achievements. Achievements are not viewable if they are flagged as hidden or if they are flagged as secret and the player hasn't yet earned them.

  • GetAchievement Retrieves information, including a player's current status, for a single achievement, as specified by an achievement ID. This call returns all viewable achievements. It does not return hidden or unearned secret achievements.