DRG-Femboy-Voice/Source/FSD/Private/DebrisStaticCarved.cpp
2025-04-15 12:39:31 -07:00

11 lines
330 B
C++
Executable file

#include "DebrisStaticCarved.h"
UDebrisStaticCarved::UDebrisStaticCarved() {
this->CarverType = EDebrisCarvedType::Large;
this->TerrainMaterial = NULL;
this->Filter = ECarveFilterType::ReplaceAll;
this->CarveOffsetRadius = 0.00f;
this->SpawnAttachClass = NULL;
this->AttachSpawnOffsetDistance = 0.00f;
}