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

Holds a single key-value context entry attached to a notification's content. More...

#include <LootLockerNotificationsRequestHandler.h>

Data Fields

FString Key = ""
 The key for this context entry.
 
FString Value = ""
 The value of this context entry.
 

Detailed Description

Holds a single key-value context entry attached to a notification's content.

Field Documentation

◆ Key

FString FLootLockerNotificationContextEntry::Key = ""

The key for this context entry.

◆ Value

FString FLootLockerNotificationContextEntry::Value = ""

The value of this context entry.