This data structure is part of the Achievements Interface.
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.
|
This data structure is part of the Achievements Interface.
Output parameters for the {OnAchievementsUnlockedCallbackV2} Function.
Properties
Achievements.OnAchievementsUnlockedCallbackV2Info
Property
|
Value
|
object ClientData
|
Context that was passed into EOS_Achievements_AddNotifyAchievementsUnlocked
|
ProductUserId UserId
|
The Product User ID for the user who received the unlocked achievements notification
|
string AchievementId
|
The Achievement ID for the achievement that was unlocked. Pass this to EOS_Achievements_CopyPlayerAchievementByAchievementId to get the full achievement information.
|
System.DateTimeOffset? UnlockTime
|
POSIX timestamp when the achievement was unlocked.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no