This data structure is part of the Achievements Interface.
Remarks
Output parameters for the EOS_Achievements_OnAchievementsUnlockedCallbackV2 Function.
Properties
EOS_Achievements_OnAchievementsUnlockedCallbackV2Info
Property | Value |
---|---|
void* ClientData | Context that was passed into EOS_Achievements_AddNotifyAchievementsUnlocked |
EOS_ProductUserId UserId | The Product User ID for the user who received the unlocked achievements notification |
const char* AchievementId | The Achievement ID for the achievement that was unlocked. Pass this to EOS_Achievements_CopyPlayerAchievementByAchievementId to get the full achievement information. |
int64_t UnlockTime | POSIX timestamp when the achievement was unlocked. |