LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerProgressionTier Struct Reference

#include <LootLockerServerProgressionGenericTypes.h>

Collaboration diagram for FLootLockerServerProgressionTier:

Data Fields

int32 Step = 0
 Which step was rewarded with the current awarded tier.
 
int32 Points_threshold = 0
 The number of points required for this tier.
 
FLootLockerServerRewards Rewards
 The rewards awarded with this tier.
 

Field Documentation

◆ Points_threshold

int32 FLootLockerServerProgressionTier::Points_threshold = 0

The number of points required for this tier.

◆ Rewards

FLootLockerServerRewards FLootLockerServerProgressionTier::Rewards

The rewards awarded with this tier.

◆ Step

int32 FLootLockerServerProgressionTier::Step = 0

Which step was rewarded with the current awarded tier.