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

Holds details about a progression-reset catalog entity, identifying the progression to be reset by key, name, and ULID. More...

#include <LootLockerCatalogRequestHandler.h>

Data Fields

FString Key = ""
 The unique key of the progression that this refers to.
 
FString Name = ""
 The name of the progression that this refers to.
 
FString Id = ""
 The unique id of the progression that this refers to.
 
FString Catalog_listing_id = ""
 The Catalog listing ID for this progression reset detail.
 

Detailed Description

Holds details about a progression-reset catalog entity, identifying the progression to be reset by key, name, and ULID.

Field Documentation

◆ Catalog_listing_id

FString FLootLockerProgressionResetDetails::Catalog_listing_id = ""

The Catalog listing ID for this progression reset detail.

◆ Id

FString FLootLockerProgressionResetDetails::Id = ""

The unique id of the progression that this refers to.

◆ Key

FString FLootLockerProgressionResetDetails::Key = ""

The unique key of the progression that this refers to.

◆ Name

FString FLootLockerProgressionResetDetails::Name = ""

The name of the progression that this refers to.