![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Holds the full reward body of a notification's content, with the active reward type determined by the Kind field. More...
#include <LootLockerNotificationsRequestHandler.h>

Data Fields | |
| ELootLockerNotificationContentRewardKind | Kind = ELootLockerNotificationContentRewardKind::asset |
| The kind of notification body this contains. | |
| FLootLockerNotificationRewardGroup | Group |
| The Group reward, will be null if the reward is of another type. | |
| FLootLockerNotificationRewardCurrency | Currency |
| The currency reward, will be null if the reward is of another type. | |
| FLootLockerNotificationRewardAsset | Asset |
| The Asset reward, will be null if the reward is of another type. | |
| 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 the full reward body of a notification's content, with the active reward type determined by the Kind field.
| FLootLockerNotificationRewardAsset FLootLockerNotificationContentRewardBody::Asset |
The Asset reward, will be null if the reward is of another type.
| FLootLockerNotificationRewardCurrency FLootLockerNotificationContentRewardBody::Currency |
The currency reward, will be null if the reward is of another type.
| FLootLockerNotificationRewardGroup FLootLockerNotificationContentRewardBody::Group |
The Group reward, will be null if the reward is of another type.
| ELootLockerNotificationContentRewardKind FLootLockerNotificationContentRewardBody::Kind = ELootLockerNotificationContentRewardKind::asset |
The kind of notification body this contains.
Use it to know which field in this object will be populated. If the kind is asset for example, the asset field will be populated, the rest will be null.
| FLootLockerNotificationRewardProgression FLootLockerNotificationContentRewardBody::Progression_points |
The Progression Points reward, will be null if the reward is of another type.
| FLootLockerNotificationRewardProgressionReset FLootLockerNotificationContentRewardBody::Progression_reset |
The Progression Reset reward, will be null if the reward is of another type.