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

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.
 

Detailed Description

Holds the display details of a progression referenced in a progression-points notification reward, including its key, name, ULID, and point amount.

Field Documentation

◆ Amount

int FLootLockerNotificationRewardProgressionDetails::Amount = 0

The amount of Progression Points to be rewarded.

◆ Id

FString FLootLockerNotificationRewardProgressionDetails::Id = ""

The ID of the Progression.

◆ Key

FString FLootLockerNotificationRewardProgressionDetails::Key = ""

The key of the Progression.

◆ Name

FString FLootLockerNotificationRewardProgressionDetails::Name = ""

The name of the Progression.