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