7 lines
203 B
C++
Executable file
7 lines
203 B
C++
Executable file
#include "DeepCSGSection.h"
|
|
#include "DeepProceduralMeshComponent.h"
|
|
|
|
ADeepCSGSection::ADeepCSGSection() {
|
|
this->DeepMesh = CreateDefaultSubobject<UDeepProceduralMeshComponent>(TEXT("DeepMesh"));
|
|
}
|
|
|