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

9 lines
304 B
C++

#include "FortQueryGenerator_InfluenceMapPoints.h"
#include "EnvironmentQuery/Contexts/EnvQueryContext_Querier.h"
UFortQueryGenerator_InfluenceMapPoints::UFortQueryGenerator_InfluenceMapPoints() {
this->bOnlyFlatSurface = true;
this->GenerateAround = UEnvQueryContext_Querier::StaticClass();
}