mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
306 B
C++
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;
|
|
}
|
|
|