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

13 lines
312 B
C++
Executable file

#include "AutoCarverComponent.h"
void UAutoCarverComponent::ForceCarve() {
}
UAutoCarverComponent::UAutoCarverComponent() {
this->TerrainMaterial = NULL;
this->Frequency = 1.00f;
this->ExpensiveNoise = 0.00f;
this->MinDistanceMoved = 50.00f;
this->Filter = ECarveFilterType::ReplaceAll;
}