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

11 lines
354 B
C++
Executable file

#include "CarveWithSTLMeshOperationData.h"
FCarveWithSTLMeshOperationData::FCarveWithSTLMeshOperationData() {
this->OperationNumber = 0;
this->STLMeshCarver = NULL;
this->StaticMeshCarver = NULL;
this->Material = NULL;
this->CarveFilter = ECarveFilterType::ReplaceAll;
this->Precious = EPreciousMaterialOptions::TurnIntoGems;
}