![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
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). | |
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.
|
inline |
| FString FLootLockerSessionOptionals::Player_name = "" |
The name of the player (same as set by SetPlayerName).
If not supplied, will be left blank.
| FString FLootLockerSessionOptionals::Timezone = "" |
Timezone in IANA format.
If not supplied, will be set to UTC.