![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Holds the display details of a progression referenced in a progression-points notification reward, including its key, name, ULID, and point amount. More...
#include <LootLockerNotificationsRequestHandler.h>
Data Fields | |
| FString | Key = "" |
| The key of the Progression. | |
| FString | Name = "" |
| The name of the Progression. | |
| int | Amount = 0 |
| The amount of Progression Points to be rewarded. | |
| FString | Id = "" |
| The ID of the Progression. | |
Holds the display details of a progression referenced in a progression-points notification reward, including its key, name, ULID, and point amount.
| int FLootLockerNotificationRewardProgressionDetails::Amount = 0 |
The amount of Progression Points to be rewarded.
| FString FLootLockerNotificationRewardProgressionDetails::Id = "" |
The ID of the Progression.
| FString FLootLockerNotificationRewardProgressionDetails::Key = "" |
The key of the Progression.
| FString FLootLockerNotificationRewardProgressionDetails::Name = "" |
The name of the Progression.