Files
UnrealEvent/Project/Source/FortniteGame/Private/FortQueryGenerator_InfluenceMapPoints.cpp
2026-04-22 15:51:07 +02: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();
}