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

9 lines
260 B
C++
Executable file

#include "CSGModulatedSDFInstance.h"
UCSGModulatedSDFInstance::UCSGModulatedSDFInstance() {
this->CSGSDFInstanceRoot = NULL;
this->CurrentBakeConfig = NULL;
this->CSGSDFModulatedInstanceRoot = NULL;
this->CurrentModulatedBakeConfig = NULL;
}