Files
2026-04-22 15:51:07 +02:00

13 lines
403 B
C++

#include "AthenaNavSystemConfig.h"
UAthenaNavSystemConfig::UAthenaNavSystemConfig() {
this->SupportedAgents.AddDefaulted(1);
this->bUseBuildingGridAsNavigableSpace = true;
this->bDiscardNavDataFromSublevels = false;
this->bShouldDiscardSubLevelNavData = false;
this->bUseNavigationInvokers = false;
this->bLazyOctree = false;
this->bUseNavOctTreeExclusionBounds = false;
}