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

Holds detail information about an asset catalog entity, including its name, ULID, legacy numeric id, thumbnail, and optional variation or rental option identifiers. More...

#include <LootLockerServerCatalogRequest.h>

Data Fields

FString Name
 The name of this asset.
 
FString Variation_id
 The id of the specific variation of this asset that this refers to.
 
FString Rental_option_id
 The id of the specific rental option of this asset that this refers to.
 
int Legacy_id = 0
 The legacy numeric id of this asset.
 
FString Id
 The unique identifying ulid of this asset.
 
FString Thumbnail
 The thumbnail for this asset.
 
FString Catalog_listing_id
 The catalog listing id for this asset detail.
 

Detailed Description

Holds detail information about an asset catalog entity, including its name, ULID, legacy numeric id, thumbnail, and optional variation or rental option identifiers.

Field Documentation

◆ Catalog_listing_id

FString FLootLockerServerCatalogAssetDetails::Catalog_listing_id

The catalog listing id for this asset detail.

◆ Id

FString FLootLockerServerCatalogAssetDetails::Id

The unique identifying ulid of this asset.

◆ Legacy_id

int FLootLockerServerCatalogAssetDetails::Legacy_id = 0

The legacy numeric id of this asset.

◆ Name

FString FLootLockerServerCatalogAssetDetails::Name

The name of this asset.

◆ Rental_option_id

FString FLootLockerServerCatalogAssetDetails::Rental_option_id

The id of the specific rental option of this asset that this refers to.

Asset Rental Options is a deprecated feature, this is added for backward compatibility only.

◆ Thumbnail

FString FLootLockerServerCatalogAssetDetails::Thumbnail

The thumbnail for this asset.

◆ Variation_id

FString FLootLockerServerCatalogAssetDetails::Variation_id

The id of the specific variation of this asset that this refers to.

Asset Variations is a deprecated feature, this is added for backward compatibility only.