Files
2026-04-22 15:51:07 +02:00

12 lines
325 B
C++

#include "CreativeThumbnailGenerator.h"
void UCreativeThumbnailGenerator::OnLevelSaveRecordFinishSpawning(const FAsyncTaskResult& AsyncTaskResult) {
}
UCreativeThumbnailGenerator::UCreativeThumbnailGenerator() {
this->SceneCaptureComponent = NULL;
this->CameraComponent = NULL;
this->LevelSaveRecord = NULL;
}