![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
#include <LootLockerEntitlementRequestHandler.h>


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< FLootLockerEntitlementHistoryItem > | Items |
| An array of the items connected to this entitlement. | |
| TArray< FLootLockerEntitlementHistoryMetadata > | Metadata |
| 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. | |
| FString FLootLockerSingleEntitlementResponse::created_at = "" |
When this entitlement listing was created.
| TArray<FLootLockerEntitlementHistoryItem> FLootLockerSingleEntitlementResponse::Items |
An array of the items connected to this entitlement.
| TArray<FLootLockerEntitlementHistoryMetadata> FLootLockerSingleEntitlementResponse::Metadata |
Metadata of the entitlement.
| ELootLockerEntitlementHistoryListingStatus FLootLockerSingleEntitlementResponse::Status = ELootLockerEntitlementHistoryListingStatus::None |
The status of this entitlement listing.
| ELootLockerEntitlementHistoryListingStore FLootLockerSingleEntitlementResponse::Store = ELootLockerEntitlementHistoryListingStore::None |
Which store (if any) that this entitlement listing relates to.
| ELootLockerEntitlementHistoryListingType FLootLockerSingleEntitlementResponse::Type = ELootLockerEntitlementHistoryListingType::Undefined |
Which type this entitlement listing is.