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

#include <LootLockerPurchasesRequestHandler.h>

Data Fields

ELootLockerRefundNonReversibleRewardKind kind = ELootLockerRefundNonReversibleRewardKind::progression_points
 "progression_points": points were added to a progression.
 
FString id
 The ULID of the progression that was affected.
 
FString name
 Display name of the progression.
 
FString amount
 The number of points granted that cannot be reversed.
 

Field Documentation

◆ amount

FString FLootLockerRefundNonReversibleReward::amount

The number of points granted that cannot be reversed.

Only present for kind "progression_points".

◆ id

FString FLootLockerRefundNonReversibleReward::id

The ULID of the progression that was affected.

◆ kind

"progression_points": points were added to a progression.

"progression_reset": a progression was reset. Additional values may be added in future.

◆ name

FString FLootLockerRefundNonReversibleReward::name

Display name of the progression.