![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Holds one member reward within a notification group reward, identified by kind, with the relevant reward type's data populated. More...
#include <LootLockerNotificationsRequestHandler.h>

Data Fields | |
| ELootLockerNotificationContentRewardKind | Kind = ELootLockerNotificationContentRewardKind::asset |
| The kind of reward, (asset / currency / progression points / progression reset). | |
| FLootLockerNotificationRewardCurrency | Currency |
| The details on the Currency. | |
| FLootLockerNotificationRewardAsset | Asset |
| The details on the Asset. | |
| FLootLockerNotificationRewardProgressionReset | Progression_reset |
| The Progression Reset reward, will be null if the reward is of another type. | |
| FLootLockerNotificationRewardProgression | Progression_points |
| The Progression Points reward, will be null if the reward is of another type. | |
Holds one member reward within a notification group reward, identified by kind, with the relevant reward type's data populated.
| FLootLockerNotificationRewardAsset FLootLockerNotificationGroupRewardAssociations::Asset |
The details on the Asset.
| FLootLockerNotificationRewardCurrency FLootLockerNotificationGroupRewardAssociations::Currency |
The details on the Currency.
| ELootLockerNotificationContentRewardKind FLootLockerNotificationGroupRewardAssociations::Kind = ELootLockerNotificationContentRewardKind::asset |
The kind of reward, (asset / currency / progression points / progression reset).
Note that a group is not allowed to contain another group
| FLootLockerNotificationRewardProgression FLootLockerNotificationGroupRewardAssociations::Progression_points |
The Progression Points reward, will be null if the reward is of another type.
| FLootLockerNotificationRewardProgressionReset FLootLockerNotificationGroupRewardAssociations::Progression_reset |
The Progression Reset reward, will be null if the reward is of another type.