LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerListCatalogItemsByIdRequest Struct Reference

Request body for looking up catalog items by their catalog_listing_ids. More...

#include <LootLockerCatalogRequestHandler.h>

Collaboration diagram for FLootLockerListCatalogItemsByIdRequest:

Data Fields

TArray< FString > Ids
 Array of catalog_listing_id strings to look up (max 100)
 
FLootLockerCatalogItemsIncludes Includes
 Optional includes configuration to control what additional data is returned.
 

Detailed Description

Request body for looking up catalog items by their catalog_listing_ids.

Field Documentation

◆ Ids

TArray<FString> FLootLockerListCatalogItemsByIdRequest::Ids

Array of catalog_listing_id strings to look up (max 100)

◆ Includes

FLootLockerCatalogItemsIncludes FLootLockerListCatalogItemsByIdRequest::Includes

Optional includes configuration to control what additional data is returned.