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

13 lines
391 B
C++

#include "FortMissionPlacementActorItem.h"
FFortMissionPlacementActorItem::FFortMissionPlacementActorItem() {
this->PlacementQuery = NULL;
this->NumLocationsToFind = 0;
this->bSpawnActorAutomatically = false;
this->bShouldReserveLocations = false;
this->bSnapToGrid = false;
this->bAdjustPlacementForFloors = false;
this->bDontCreateSpawnRiftsNearby = false;
}