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


Data Fields | |
| TArray< FLootLockerRefundPlayerInventoryEvent > | player_inventory_events |
| Assets that were added or removed from the player's inventory as part of the refund. | |
| TArray< FLootLockerRefundCurrencyEntry > | currency_refunded |
| Currency amounts credited back to the player's wallet (the purchase price being returned) | |
| TArray< FLootLockerRefundCurrencyEntry > | currency_clawback |
| Currency amounts debited from the player's wallet (currency rewards from the entitlement being reclaimed) | |
| TArray< FLootLockerRefundWarning > | warnings |
| Warnings encountered during refund processing, grouped by 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. | |
| TArray<FLootLockerRefundCurrencyEntry> FLootLockerRefundByEntitlementIdsResponse::currency_clawback |
Currency amounts debited from the player's wallet (currency rewards from the entitlement being reclaimed)
| TArray<FLootLockerRefundCurrencyEntry> FLootLockerRefundByEntitlementIdsResponse::currency_refunded |
Currency amounts credited back to the player's wallet (the purchase price being returned)
| TArray<FLootLockerRefundPlayerInventoryEvent> FLootLockerRefundByEntitlementIdsResponse::player_inventory_events |
Assets that were added or removed from the player's inventory as part of the refund.
| TArray<FLootLockerRefundWarning> FLootLockerRefundByEntitlementIdsResponse::warnings |
Warnings encountered during refund processing, grouped by entitlement.
A non-empty warnings array does not mean the refund failed — it means some aspects could not be fully reversed.