Files
UnrealEvent/Project/Source/FortniteGame/Private/FortQueryGenerator_PointsAroundLine.cpp
2026-04-22 15:51:07 +02:00

7 lines
165 B
C++

#include "FortQueryGenerator_PointsAroundLine.h"
UFortQueryGenerator_PointsAroundLine::UFortQueryGenerator_PointsAroundLine() {
this->GenerateAround = NULL;
}