6 lines
147 B
C++
Executable file
6 lines
147 B
C++
Executable file
#include "WidgetComponentCustomMaterial.h"
|
|
|
|
UWidgetComponentCustomMaterial::UWidgetComponentCustomMaterial() {
|
|
this->CustomMaterial = NULL;
|
|
}
|
|
|