![]() |
LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
|
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. | |
Details about a player's active ban.
| FString FLootLockerBanInfo::ban_reason = "" |
The reason for the ban. One of "manual" or "chargeback".
| FString FLootLockerBanInfo::banned_on = "" |
The time the ban was issued, as an ISO 8601 timestamp.
| 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.
| bool FLootLockerBanInfo::permanent = false |
True if the ban has no expiry date.