LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerNotificationGroupRewardAssociations Struct Reference

Holds one member reward within a notification group reward, identified by kind, with the relevant reward type's data populated. More...

#include <LootLockerNotificationsRequestHandler.h>

Collaboration diagram for FLootLockerNotificationGroupRewardAssociations:

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.
 

Detailed Description

Holds one member reward within a notification group reward, identified by kind, with the relevant reward type's data populated.

Field Documentation

◆ Asset

FLootLockerNotificationRewardAsset FLootLockerNotificationGroupRewardAssociations::Asset

The details on the Asset.

◆ Currency

FLootLockerNotificationRewardCurrency FLootLockerNotificationGroupRewardAssociations::Currency

The details on the Currency.

◆ Kind

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

◆ Progression_points

FLootLockerNotificationRewardProgression FLootLockerNotificationGroupRewardAssociations::Progression_points

The Progression Points reward, will be null if the reward is of another type.

◆ Progression_reset

FLootLockerNotificationRewardProgressionReset FLootLockerNotificationGroupRewardAssociations::Progression_reset

The Progression Reset reward, will be null if the reward is of another type.