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

Holds the full reward body of a notification's content, with the active reward type determined by the Kind field. More...

#include <LootLockerNotificationsRequestHandler.h>

Collaboration diagram for FLootLockerNotificationContentRewardBody:

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.
 

Detailed Description

Holds the full reward body of a notification's content, with the active reward type determined by the Kind field.

Field Documentation

◆ Asset

FLootLockerNotificationRewardAsset FLootLockerNotificationContentRewardBody::Asset

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

◆ Currency

FLootLockerNotificationRewardCurrency FLootLockerNotificationContentRewardBody::Currency

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

◆ Group

FLootLockerNotificationRewardGroup FLootLockerNotificationContentRewardBody::Group

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

◆ Kind

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.

◆ Progression_points

FLootLockerNotificationRewardProgression FLootLockerNotificationContentRewardBody::Progression_points

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

◆ Progression_reset

FLootLockerNotificationRewardProgressionReset FLootLockerNotificationContentRewardBody::Progression_reset

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