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

Represents a catalog with its name, unique key, identifier, and creation timestamp. More...

#include <LootLockerServerCatalogRequest.h>

Data Fields

FString Created_at
 The time when this catalog was created.
 
FString Name
 The name of the catalog.
 
FString Key
 The unique identifying key of the catalog.
 
FString Id
 The id of the catalog.
 
FString Deleted_at
 The time when this catalog was deleted, should normally be empty.
 

Detailed Description

Represents a catalog with its name, unique key, identifier, and creation timestamp.

Field Documentation

◆ Created_at

FString FLootLockerServerCatalog::Created_at

The time when this catalog was created.

◆ Deleted_at

FString FLootLockerServerCatalog::Deleted_at

The time when this catalog was deleted, should normally be empty.

◆ Id

FString FLootLockerServerCatalog::Id

The id of the catalog.

◆ Key

FString FLootLockerServerCatalog::Key

The unique identifying key of the catalog.

◆ Name

FString FLootLockerServerCatalog::Name

The name of the catalog.