9 lines
212 B
C++
Executable file
9 lines
212 B
C++
Executable file
#include "CSGPreviewComponent.h"
|
|
|
|
UCSGPreviewComponent::UCSGPreviewComponent() {
|
|
this->BaseBuilder = NULL;
|
|
this->CurrentBakeConfig = NULL;
|
|
this->UsePreviewScene = false;
|
|
this->ChangeCount = 0;
|
|
}
|
|
|