Files
UnrealEvent/Project/Source/FortniteUI/Private/EnableMultiFactorModal.cpp
T
2026-04-22 15:51:07 +02:00

23 lines
540 B
C++

#include "EnableMultiFactorModal.h"
bool UEnableMultiFactorModal::QueueModal(bool bAllowPermanentOptOut, bool bTournamentQueue) {
return false;
}
void UEnableMultiFactorModal::AnimationsComplete() {
}
UEnableMultiFactorModal::UEnableMultiFactorModal() {
this->bHasEnableMFABeenClicked = false;
this->bShouldShowConsoleVersion = false;
this->Button_EnableMFA = NULL;
this->Button_RemindLater = NULL;
this->Button_OptOut = NULL;
this->Button_ConsoleMFAEnabled = NULL;
this->CT_MFA_Description = NULL;
}