9 lines
162 B
C++
Executable file
9 lines
162 B
C++
Executable file
#include "TextureDynamicIcon.h"
|
|
|
|
void UTextureDynamicIcon::UpdatePreview() {
|
|
}
|
|
|
|
UTextureDynamicIcon::UTextureDynamicIcon() {
|
|
this->PreviewInstance = NULL;
|
|
}
|
|
|