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

9 lines
238 B
C++
Executable file

#include "STLMeshCarverComponent.h"
USTLMeshCarverComponent::USTLMeshCarverComponent() {
this->TerrainMaterial = NULL;
this->MeshCarver = NULL;
this->Filter = ECarveFilterType::ReplaceAll;
this->PreviewEnabled = true;
}