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

#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< FLootLockerRefundNonReversibleRewardrewards
 The specific rewards that could not be reversed.
 

Field Documentation

◆ message

FString FLootLockerRefundWarningDetail::message

Human-readable explanation of the warning.

◆ rewards

TArray<FLootLockerRefundNonReversibleReward> FLootLockerRefundWarningDetail::rewards

The specific rewards that could not be reversed.

Only present when type is "non_reversible_rewards".

◆ type

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.