EOS_Achievements_OnAchievementsUnlockedCallbackV2Info

EOS API reference page for EOS_Achievements_OnAchievementsUnlockedCallbackV2Info

1분 미만 소요

This data structure is part of the Achievements Interface.

Remarks

Output parameters for the EOS_Achievements_OnAchievementsUnlockedCallbackV2 Function.

Properties

EOS_Achievements_OnAchievementsUnlockedCallbackV2Info

PropertyValue
void* ClientDataContext that was passed into EOS_Achievements_AddNotifyAchievementsUnlocked
EOS_ProductUserId UserIdThe Product User ID for the user who received the unlocked achievements notification
const char* AchievementIdThe Achievement ID for the achievement that was unlocked. Pass this to EOS_Achievements_CopyPlayerAchievementByAchievementId to get the full achievement information.
int64_t UnlockTimePOSIX timestamp when the achievement was unlocked.