mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 12:03:27 +00:00
10 lines
304 B
C++
10 lines
304 B
C++
#include "FortGameFeatureOptionalInstallStatus.h"
|
|
|
|
FFortGameFeatureOptionalInstallStatus::FFortGameFeatureOptionalInstallStatus() {
|
|
this->Feature = EFortGameFeature::EarlyStartup;
|
|
this->bContentReady = false;
|
|
this->bIsUsingBackgroundDownloads = false;
|
|
this->bIsProgressPaused = false;
|
|
}
|
|
|