#include "PawnEditorModule.h" #include "Modules/ModuleManager.h" IMPLEMENT_MODULE(FPawnEditorModule, PawnEditor) void FPawnEditorModule::StartupModule() {} void FPawnEditorModule::ShutdownModule() {}