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

Holds the display details of a currency referenced in a notification reward, including its name, short code, amount, and ULID. More...

#include <LootLockerNotificationsRequestHandler.h>

Data Fields

FString Name = ""
 The name of the Currency.
 
FString Code = ""
 The code of the Currency.
 
FString Amount = ""
 The amount of the Currency.
 
FString Id = ""
 The ID of the Currency.
 

Detailed Description

Holds the display details of a currency referenced in a notification reward, including its name, short code, amount, and ULID.

Field Documentation

◆ Amount

FString FLootLockerNotificationRewardCurrencyDetails::Amount = ""

The amount of the Currency.

◆ Code

FString FLootLockerNotificationRewardCurrencyDetails::Code = ""

The code of the Currency.

◆ Id

FString FLootLockerNotificationRewardCurrencyDetails::Id = ""

The ID of the Currency.

◆ Name

FString FLootLockerNotificationRewardCurrencyDetails::Name = ""

The name of the Currency.