![]() |
LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
|
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. | |
Holds detail information about an asset catalog entity, including its name, ULID, legacy numeric id, thumbnail, and optional variation or rental option identifiers.
| FString FLootLockerServerCatalogAssetDetails::Catalog_listing_id |
The catalog listing id for this asset detail.
| FString FLootLockerServerCatalogAssetDetails::Id |
The unique identifying ulid of this asset.
| int FLootLockerServerCatalogAssetDetails::Legacy_id = 0 |
The legacy numeric id of this asset.
| FString FLootLockerServerCatalogAssetDetails::Name |
The name of this asset.
| 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.
| FString FLootLockerServerCatalogAssetDetails::Thumbnail |
The thumbnail for this asset.
| 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.