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

9 lines
292 B
C++

#include "FortQueryTest_PointInBuildingFoundation.h"
#include "BuildingFoundation.h"
UFortQueryTest_PointInBuildingFoundation::UFortQueryTest_PointInBuildingFoundation() {
this->BuildingFoundationContext = NULL;
this->BuildingFoundationClass = ABuildingFoundation::StaticClass();
}