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

11 lines
323 B
C++

#include "FortCreativeRealEstatePlotItemDefinition.h"
UFortCreativeRealEstatePlotItemDefinition::UFortCreativeRealEstatePlotItemDefinition() {
this->SizeX = 1;
this->SizeY = 1;
this->OffsetType = ERealEstateOffsetType::CustomOffsetFromCorner;
this->SortIndex = 0;
this->bIsAvailableToUsers = false;
}