Weekly Login Information

The Weekly Login Information struct contains information about when weekly rewards have been claimed and their respective totals.

This struct can be used to create and manage weekly login rewards.

FWeeklyLoginProgressInfo

Field Type Description
bHasLoginReward bool Whether or not the player can claim a non-consecutive/non-streak reward.
bHasLoginStreakReward bool Whether or not the player can claim a consecutive/streak reward.
CurrentStreak int32 The current total number of consecutive reward claims.
MaxStreak int32 The maximum achieved total number of consecutive reward claims.
TotalLogins int32 The total number of non-consuective/non-streak reward claims.
LastClaimedLoginDate FDateTime The last time a non-consecutive/non-streak reward was claimed.
LastStreakClaimedLoginDate FDateTime The last time a consecutive/streak reward was claimed.