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

12 lines
270 B
C++

#include "FortQueryTest_HasNearbyBuildings.h"
UFortQueryTest_HasNearbyBuildings::UFortQueryTest_HasNearbyBuildings() {
bIncludeCenter = true;
bIncludeFloors = true;
bIncludeFloorsAbove = true;
bIncludeWalls = true;
ExtentXY = 0;
ExtentZ = 0;
}