Files
2026-04-22 15:51:07 +02:00

15 lines
540 B
C++

#include "FortOnlineAccount.h"
UFortOnlineAccount::UFortOnlineAccount() {
this->bShouldCheckIfPlatformAllowed = true;
this->bShouldAthenaQueryRecentPlayers = false;
this->bHadLoginPurchaseCheckFailure = false;
this->IgnoreProducts.AddDefaulted(1);
this->bShouldClientForcePartnerId = false;
this->bDisablePurchasingOnRedemptionFailure = true;
this->MinimumSecondsBetweenPurchaseRedemptionAttempts = 60.00f;
this->bPromptUserAndReverifyAuthToken = false;
this->RefreshConnectionTimerDuration = 7.00f;
}