Files
FNGameProj/Source/FortniteGame/Private/FortQueryGenerator_InfluenceMapPoints.cpp
T
2024-03-03 23:44:39 +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();
}