Files
FNGameProj/Source/FortniteGame/Private/FortLevelStreamingInfo.cpp
T
2024-01-21 00:41:14 +01:00

8 lines
163 B
C++

#include "FortLevelStreamingInfo.h"
FFortLevelStreamingInfo::FFortLevelStreamingInfo() {
this->LevelState = LSS_Unloaded;
this->bFailedToLoad = false;
}