Files
FNGameProj/Source/FortniteGame/Private/FortGameFeatureOptionalInstallStatus.cpp
T
2024-03-03 23:44:39 +01:00

10 lines
304 B
C++

#include "FortGameFeatureOptionalInstallStatus.h"
FFortGameFeatureOptionalInstallStatus::FFortGameFeatureOptionalInstallStatus() {
this->Feature = EFortGameFeature::EarlyStartup;
this->bContentReady = false;
this->bIsUsingBackgroundDownloads = false;
this->bIsProgressPaused = false;
}