LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerCatalogProgressionResetDetails Struct Reference

Holds details about a progression-reset catalog entity. More...

#include <LootLockerServerCatalogRequest.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.

Field Documentation

◆ Catalog_listing_id

FString FLootLockerServerCatalogProgressionResetDetails::Catalog_listing_id

The catalog listing id for this progression reset detail.

◆ Id

FString FLootLockerServerCatalogProgressionResetDetails::Id

The unique id of the progression that this refers to.

◆ Key

FString FLootLockerServerCatalogProgressionResetDetails::Key

The unique key of the progression that this refers to.

◆ Name

FString FLootLockerServerCatalogProgressionResetDetails::Name

The name of the progression that this refers to.