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

#include <LootLockerServerProgressionGenericTypes.h>

Data Fields

TArray< FLootLockerServerProgressionPointsRewardProgression_points_rewards
 A list of progression point rewards that were rewarded.
 
TArray< FLootLockerServerProgressionResetRewardProgression_reset_rewards
 A list of progression reset rewards that were rewarded.
 
TArray< FLootLockerServerAssetRewardAsset_rewards
 A list of asset rewards that were rewarded.
 
TArray< FLootLockerServerCurrencyRewardCurrency_rewards
 A list of currency rewards that were rewarded.
 

Field Documentation

◆ Asset_rewards

TArray<FLootLockerServerAssetReward> FLootLockerServerRewards::Asset_rewards

A list of asset rewards that were rewarded.

◆ Currency_rewards

TArray<FLootLockerServerCurrencyReward> FLootLockerServerRewards::Currency_rewards

A list of currency rewards that were rewarded.

◆ Progression_points_rewards

TArray<FLootLockerServerProgressionPointsReward> FLootLockerServerRewards::Progression_points_rewards

A list of progression point rewards that were rewarded.

◆ Progression_reset_rewards

TArray<FLootLockerServerProgressionResetReward> FLootLockerServerRewards::Progression_reset_rewards

A list of progression reset rewards that were rewarded.