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

9 lines
205 B
C++

#include "FortNavSystemConfig.h"
UFortNavSystemConfig::UFortNavSystemConfig() {
this->bAllowAutoRebuild = true;
this->bRebuildOnInitialUnlock = true;
this->bUsesStreamedInNavLevel = false;
}