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

Holds details about a progression-points 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.
 
int Amount = 0
 The amount of points to be added to the progression in question.
 
FString Id
 The unique id of the progression that this refers to.
 
FString Catalog_listing_id
 The catalog listing id for this progression point detail.
 

Detailed Description

Holds details about a progression-points catalog entity.

Field Documentation

◆ Amount

int FLootLockerServerCatalogProgressionPointDetails::Amount = 0

The amount of points to be added to the progression in question.

◆ Catalog_listing_id

FString FLootLockerServerCatalogProgressionPointDetails::Catalog_listing_id

The catalog listing id for this progression point detail.

◆ Id

FString FLootLockerServerCatalogProgressionPointDetails::Id

The unique id of the progression that this refers to.

◆ Key

FString FLootLockerServerCatalogProgressionPointDetails::Key

The unique key of the progression that this refers to.

◆ Name

FString FLootLockerServerCatalogProgressionPointDetails::Name

The name of the progression that this refers to.