![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
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. | |
Represents a localised version of a broadcast message.
|
inline |
| FLootLockerBroadcastLanguage::FLootLockerBroadcastLanguage | ( | const FLootLockerInternalBroadcastLanguage & | OtherLanguage | ) |
| FString FLootLockerBroadcastLanguage::action = "" |
The action for this broadcast message.
| FString FLootLockerBroadcastLanguage::action_name = "" |
The action name for this broadcast message.
| FString FLootLockerBroadcastLanguage::body = "" |
The body for this broadcast message.
| FString FLootLockerBroadcastLanguage::headline = "" |
The headline for this broadcast message.
| FString FLootLockerBroadcastLanguage::image_url = "" |
The image URL for this broadcast message.
| FString FLootLockerBroadcastLanguage::language_code = "" |
The language code for this localised version of the broadcast message, eg.
en-GB
| TArray<FString> FLootLockerBroadcastLanguage::localization_keys |
List of the keys available in the localizations dictionary.
| TMap<FString, FString> FLootLockerBroadcastLanguage::localizations |
Localized entries for this broadcast message.