Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineAchievements
Description
Read achievement ids and progress from the server You must use QueryAchievementDescriptions to get more information about the achievements
| Name | QueryAchievements |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineAchievementsInterface.h |
| Include Path | #include "Interfaces/OnlineAchievementsInterface.h" |
void QueryAchievements
(
const FUniqueNetId & PlayerId,
const FOnQueryAchievementsCompleteDelegate & Delegate
)
Whether we have kicked off a read attempt
Parameters
| Name | Remarks |
|---|---|
| PlayerId | the id of the player we are reading achievements for |
| Delegate | the delegate to trigger when the query is complete |