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

9 lines
205 B
C++

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