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

Data Fields | |
| FString | Created_at = "" |
| The date the Progression Points reward was created. | |
| FString | Updated_at = "" |
| The date the Progression Points was last updated. | |
| FLootLockerNotificationRewardProgressionDetails | Details |
| The details of the Progression. | |
| int | Amount = 0 |
| The amount of Progression Points to be rewarded. | |
| FString | Progression_id = "" |
| The ID of the Progression. | |
| FString | Reward_id = "" |
| The ID of the reward. | |
Represents a progression-points reward in a notification, linking the reward to a progression and the number of points to be granted.
| int FLootLockerNotificationRewardProgression::Amount = 0 |
The amount of Progression Points to be rewarded.
| FString FLootLockerNotificationRewardProgression::Created_at = "" |
The date the Progression Points reward was created.
| FLootLockerNotificationRewardProgressionDetails FLootLockerNotificationRewardProgression::Details |
The details of the Progression.
| FString FLootLockerNotificationRewardProgression::Progression_id = "" |
The ID of the Progression.
| FString FLootLockerNotificationRewardProgression::Reward_id = "" |
The ID of the reward.
| FString FLootLockerNotificationRewardProgression::Updated_at = "" |
The date the Progression Points was last updated.