![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
#include <LootLockerPurchasesRequestHandler.h>
Data Fields | |
| ELootLockerRefundWarningDetailType | type = ELootLockerRefundWarningDetailType::refund_failed |
| The warning category: non_reversible_rewards: rewards granted that cannot be automatically clawed back. | |
| FString | message |
| Human-readable explanation of the warning. | |
| TArray< FLootLockerRefundNonReversibleReward > | rewards |
| The specific rewards that could not be reversed. | |
| FString FLootLockerRefundWarningDetail::message |
Human-readable explanation of the warning.
| TArray<FLootLockerRefundNonReversibleReward> FLootLockerRefundWarningDetail::rewards |
The specific rewards that could not be reversed.
Only present when type is "non_reversible_rewards".
| ELootLockerRefundWarningDetailType FLootLockerRefundWarningDetail::type = ELootLockerRefundWarningDetailType::refund_failed |
The warning category: non_reversible_rewards: rewards granted that cannot be automatically clawed back.
insufficient_funds: the player does not have enough currency balance to cover the clawback. already_refunded: the entitlement was already refunded before this request. refund_failed: the entitlement could not be refunded due to an unexpected error.