#include <LootLockerCatalogRequestHandler.h>
|
| FString | Catalog_listing_id = "" |
| | The id of the catalog listing.
|
| |
| FString | Item_id = "" |
| | The id of the item.
|
| |
| FString | Asset_variation_id = "" |
| | The Asset Variation ID Asset Variations is a deprecated feature, this is added for backward compatibility only.
|
| |
| FString | Rental_option_id = "" |
| | The Asset Rental option ID Asset Rental Options is a deprecated feature, this is added for backward compatibility only.
|
| |
◆ FLootLockerAssetItemDetailsKey() [1/5]
| FLootLockerAssetItemDetailsKey::FLootLockerAssetItemDetailsKey |
( |
| ) |
|
|
default |
◆ FLootLockerAssetItemDetailsKey() [2/5]
| FLootLockerAssetItemDetailsKey::FLootLockerAssetItemDetailsKey |
( |
const FString & |
InCatalogListingId, |
|
|
const FString & |
InItemId, |
|
|
const FString & |
InAssetVariationId, |
|
|
const FString & |
InRentalOptionId |
|
) |
| |
|
inline |
◆ FLootLockerAssetItemDetailsKey() [3/5]
◆ ~FLootLockerAssetItemDetailsKey()
| FLootLockerAssetItemDetailsKey::~FLootLockerAssetItemDetailsKey |
( |
| ) |
|
|
default |
◆ FLootLockerAssetItemDetailsKey() [4/5]
| FLootLockerAssetItemDetailsKey::FLootLockerAssetItemDetailsKey |
( |
const FString & |
InCatalogListingId, |
|
|
const FString & |
InItemId |
|
) |
| |
|
inline |
◆ FLootLockerAssetItemDetailsKey() [5/5]
◆ operator=()
◆ operator==()
◆ GetTypeHash
◆ Asset_variation_id
| FString FLootLockerAssetItemDetailsKey::Asset_variation_id = "" |
The Asset Variation ID Asset Variations is a deprecated feature, this is added for backward compatibility only.
◆ Catalog_listing_id
| FString FLootLockerAssetItemDetailsKey::Catalog_listing_id = "" |
The id of the catalog listing.
◆ Item_id
| FString FLootLockerAssetItemDetailsKey::Item_id = "" |
◆ Rental_option_id
| FString FLootLockerAssetItemDetailsKey::Rental_option_id = "" |
The Asset Rental option ID Asset Rental Options is a deprecated feature, this is added for backward compatibility only.