LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerBanInfo Struct Reference

Details about a player's active ban. More...

#include <LootLockerErrorData.h>

Data Fields

FString ban_reason = ""
 The reason for the ban. One of "manual" or "chargeback".
 
FString banned_on = ""
 The time the ban was issued, as an ISO 8601 timestamp.
 
FString banned_until = ""
 The time the ban expires, as an ISO 8601 timestamp.
 
bool permanent = false
 True if the ban has no expiry date.
 

Detailed Description

Details about a player's active ban.

Field Documentation

◆ ban_reason

FString FLootLockerBanInfo::ban_reason = ""

The reason for the ban. One of "manual" or "chargeback".

◆ banned_on

FString FLootLockerBanInfo::banned_on = ""

The time the ban was issued, as an ISO 8601 timestamp.

◆ banned_until

FString FLootLockerBanInfo::banned_until = ""

The time the ban expires, as an ISO 8601 timestamp.

Empty string when the ban is permanent; check the Permanent field to confirm.

◆ permanent

bool FLootLockerBanInfo::permanent = false

True if the ban has no expiry date.