![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Represents a progression-reset reward in a notification, linking the reward to the affected progression. More...
#include <LootLockerNotificationsRequestHandler.h>

Data Fields | |
| FString | Created_at = "" |
| The date the Progression Reset reward was created. | |
| FString | Updated_at = "" |
| The date the Progression Reset reward was last updated. | |
| FLootLockerNotificationRewardProgressionResetDetails | Details |
| The details of the Progression reward. | |
| FString | Progression_id = "" |
| The ID of the Progression. | |
| FString | Reward_id = "" |
| The ID of the reward. | |
Represents a progression-reset reward in a notification, linking the reward to the affected progression.
| FString FLootLockerNotificationRewardProgressionReset::Created_at = "" |
The date the Progression Reset reward was created.
| FLootLockerNotificationRewardProgressionResetDetails FLootLockerNotificationRewardProgressionReset::Details |
The details of the Progression reward.
| FString FLootLockerNotificationRewardProgressionReset::Progression_id = "" |
The ID of the Progression.
| FString FLootLockerNotificationRewardProgressionReset::Reward_id = "" |
The ID of the reward.
| FString FLootLockerNotificationRewardProgressionReset::Updated_at = "" |
The date the Progression Reset reward was last updated.