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

Holds the display details of a progression referenced in a progression-reset notification reward, identified by key, name, and ULID. More...

#include <LootLockerNotificationsRequestHandler.h>

Data Fields

FString Key = ""
 The key of the Progression.
 
FString Name = ""
 The name of the Progression.
 
FString Id = ""
 The ID of the Progression.
 

Detailed Description

Holds the display details of a progression referenced in a progression-reset notification reward, identified by key, name, and ULID.

Field Documentation

◆ Id

FString FLootLockerNotificationRewardProgressionResetDetails::Id = ""

The ID of the Progression.

◆ Key

FString FLootLockerNotificationRewardProgressionResetDetails::Key = ""

The key of the Progression.

◆ Name

FString FLootLockerNotificationRewardProgressionResetDetails::Name = ""

The name of the Progression.