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

Represents a single blocked player. More...

#include <LootLockerFriendsRequestHandler.h>

Inheritance diagram for FLootLockerBlockedPlayer:
Collaboration diagram for FLootLockerBlockedPlayer:

Data Fields

FString Blocked_at = ""
 The creation date of the player.
 
- Data Fields inherited from FLootLockerFriend
FString Player_id = ""
 The ulid of the player.
 
FString Player_name = ""
 The name (if any has been set) of the player.
 
FString Name = ""
 The name (if any has been set) of the player.
 
FString Public_uid = ""
 The public uid of the player.
 
FString Created_at = ""
 The creation date of the player.
 

Detailed Description

Represents a single blocked player.

Field Documentation

◆ Blocked_at

FString FLootLockerBlockedPlayer::Blocked_at = ""

The creation date of the player.