![]() |
LootLocker Unreal SDK 10.4.0
Game 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 <LootLockerCatalogRequestHandler.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 id of this asset. | |
| FString | Id = "" |
| The unique identifying id 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 FLootLockerAssetDetails::Catalog_listing_id = "" |
The Catalog listing ID for this asset detail.
| FString FLootLockerAssetDetails::Id = "" |
The unique identifying id of this asset.
| int FLootLockerAssetDetails::Legacy_id = 0 |
The legacy id of this asset.
| FString FLootLockerAssetDetails::Name = "" |
The name of this asset.
| FString FLootLockerAssetDetails::Rental_option_id = "" |
The id of the specific rental option of this asset that this refers to.
| FString FLootLockerAssetDetails::Thumbnail = "" |
The thumbnail for this asset.
| FString FLootLockerAssetDetails::Variation_id = "" |
The id of the specific variation of this asset that this refers to.