// Copyright Epic Games, Inc. All Rights Reserved. #include "PlainPropsEngineModule.h" #include "Modules/ModuleManager.h" IMPLEMENT_MODULE(FPlainPropsEngineModule, PlainPropsEngine); void FPlainPropsEngineModule::StartupModule() {} void FPlainPropsEngineModule::ShutdownModule() {}