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

#include <LootLockerServerProgressionGenericTypes.h>

Data Fields

FString Progression_id = ""
 The id of the progression this reward is for.
 
FString Progression_key = ""
 The key of the progression this reward is for.
 
FString Progression_name = ""
 The name of the progression this reward is for.
 
int32 Amount = 0
 The number of points awarded with this reward on the specified progression.
 

Field Documentation

◆ Amount

int32 FLootLockerServerProgressionPointsReward::Amount = 0

The number of points awarded with this reward on the specified progression.

◆ Progression_id

FString FLootLockerServerProgressionPointsReward::Progression_id = ""

The id of the progression this reward is for.

◆ Progression_key

FString FLootLockerServerProgressionPointsReward::Progression_key = ""

The key of the progression this reward is for.

◆ Progression_name

FString FLootLockerServerProgressionPointsReward::Progression_name = ""

The name of the progression this reward is for.