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

Represents a localised version of a broadcast message. More...

#include <LootLockerBroadcastRequestHandler.h>

Public Member Functions

 FLootLockerBroadcastLanguage ()
 
 FLootLockerBroadcastLanguage (const FLootLockerInternalBroadcastLanguage &OtherLanguage)
 

Data Fields

FString language_code = ""
 The language code for this localised version of the broadcast message, eg.
 
FString headline = ""
 The headline for this broadcast message.
 
FString body = ""
 The body for this broadcast message.
 
FString image_url = ""
 The image URL for this broadcast message.
 
FString action = ""
 The action for this broadcast message.
 
FString action_name = ""
 The action name for this broadcast message.
 
TArray< FString > localization_keys
 List of the keys available in the localizations dictionary.
 
TMap< FString, FString > localizations
 Localized entries for this broadcast message.
 

Detailed Description

Represents a localised version of a broadcast message.

Constructor & Destructor Documentation

◆ FLootLockerBroadcastLanguage() [1/2]

FLootLockerBroadcastLanguage::FLootLockerBroadcastLanguage ( )
inline

◆ FLootLockerBroadcastLanguage() [2/2]

FLootLockerBroadcastLanguage::FLootLockerBroadcastLanguage ( const FLootLockerInternalBroadcastLanguage OtherLanguage)

Field Documentation

◆ action

FString FLootLockerBroadcastLanguage::action = ""

The action for this broadcast message.

◆ action_name

FString FLootLockerBroadcastLanguage::action_name = ""

The action name for this broadcast message.

◆ body

FString FLootLockerBroadcastLanguage::body = ""

The body for this broadcast message.

◆ headline

FString FLootLockerBroadcastLanguage::headline = ""

The headline for this broadcast message.

◆ image_url

FString FLootLockerBroadcastLanguage::image_url = ""

The image URL for this broadcast message.

◆ language_code

FString FLootLockerBroadcastLanguage::language_code = ""

The language code for this localised version of the broadcast message, eg.

en-GB

◆ localization_keys

TArray<FString> FLootLockerBroadcastLanguage::localization_keys

List of the keys available in the localizations dictionary.

◆ localizations

TMap<FString, FString> FLootLockerBroadcastLanguage::localizations

Localized entries for this broadcast message.