12 lines
212 B
C++
Executable file
12 lines
212 B
C++
Executable file
#include "StaticMeshCarver.h"
|
|
|
|
void UStaticMeshCarver::Generate() {
|
|
}
|
|
|
|
void UStaticMeshCarver::ExportPreviewMesh() {
|
|
}
|
|
|
|
UStaticMeshCarver::UStaticMeshCarver() {
|
|
this->Status = TEXT("No carver generated");
|
|
}
|
|
|