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

Optional parameters that can be sent when starting a session. More...

#include <LootLockerSessionOptionals.h>

Public Member Functions

bool IsSet () const
 

Data Fields

FString Timezone = ""
 Timezone in IANA format.
 
FString Player_name = ""
 The name of the player (same as set by SetPlayerName).
 

Detailed Description

Optional parameters that can be sent when starting a session.

These are a collection of configuration options relating to the player whom the session is being started for.

Member Function Documentation

◆ IsSet()

bool FLootLockerSessionOptionals::IsSet ( ) const
inline

Field Documentation

◆ Player_name

FString FLootLockerSessionOptionals::Player_name = ""

The name of the player (same as set by SetPlayerName).

If not supplied, will be left blank.

◆ Timezone

FString FLootLockerSessionOptionals::Timezone = ""

Timezone in IANA format.

If not supplied, will be set to UTC.