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

9 lines
224 B
C++

#include "FortPlacementActorFinderEntry.h"
FFortPlacementActorFinderEntry::FFortPlacementActorFinderEntry() {
this->BuildingClassToFind = NULL;
this->bIgnoreCollisionCheck = false;
this->bSnapToGrid = false;
}