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

12 lines
306 B
C++

#include "FortQueryTest_HasNearbyBuildings.h"
UFortQueryTest_HasNearbyBuildings::UFortQueryTest_HasNearbyBuildings() {
this->bIncludeCenter = true;
this->bIncludeFloors = true;
this->bIncludeFloorsAbove = true;
this->bIncludeWalls = true;
this->ExtentXY = 2;
this->ExtentZ = 1;
}