LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerSingleEntitlementResponse Struct Reference

#include <LootLockerEntitlementRequestHandler.h>

Inheritance diagram for FLootLockerSingleEntitlementResponse:
Collaboration diagram for FLootLockerSingleEntitlementResponse:

Data Fields

FString created_at = ""
 When this entitlement listing was created.
 
ELootLockerEntitlementHistoryListingStatus Status = ELootLockerEntitlementHistoryListingStatus::None
 The status of this entitlement listing.
 
ELootLockerEntitlementHistoryListingStore Store = ELootLockerEntitlementHistoryListingStore::None
 Which store (if any) that this entitlement listing relates to.
 
ELootLockerEntitlementHistoryListingType Type = ELootLockerEntitlementHistoryListingType::Undefined
 Which type this entitlement listing is.
 
TArray< FLootLockerEntitlementHistoryItemItems
 An array of the items connected to this entitlement.
 
TArray< FLootLockerEntitlementHistoryMetadataMetadata
 Metadata of the entitlement.
 
- Data Fields inherited from FLootLockerResponse
bool success = false
 Whether this request was a success.
 
int StatusCode = 0
 HTTP Status code from the request to LootLockers backend.
 
FString FullTextFromServer = ""
 Raw text/http body from the server response.
 
FLootLockerErrorData ErrorData
 If this request was not a success, this structure holds all the information needed to identify the problem.
 
FLootLockerRequestContext Context
 Context for the request.
 

Field Documentation

◆ created_at

FString FLootLockerSingleEntitlementResponse::created_at = ""

When this entitlement listing was created.

◆ Items

TArray<FLootLockerEntitlementHistoryItem> FLootLockerSingleEntitlementResponse::Items

An array of the items connected to this entitlement.

◆ Metadata

TArray<FLootLockerEntitlementHistoryMetadata> FLootLockerSingleEntitlementResponse::Metadata

Metadata of the entitlement.

◆ Status

The status of this entitlement listing.

◆ Store

Which store (if any) that this entitlement listing relates to.

◆ Type

Which type this entitlement listing is.