Files
FNGameProj/Source/FortniteGame/Private/FortPlacementActorFinderEntry.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
206 B
C++

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