Files
FNGameProj/Source/FortniteGame/Private/FortQueryGenerator_PointsInVolume.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
291 B
C++

#include "FortQueryGenerator_PointsInVolume.h"
#include "EnvironmentQuery/Contexts/EnvQueryContext_Querier.h"
UFortQueryGenerator_PointsInVolume::UFortQueryGenerator_PointsInVolume() {
NavMeshToUse = EFortNamedNavmesh::Husk;
GenerateIn = UEnvQueryContext_Querier::StaticClass();
}