// Copyright Epic Games, Inc. All Rights Reserved. #include "InstallBundleManagerModule.h" #include "InstallBundleManagerPrivate.h" IMPLEMENT_MODULE(FInstallBundleManagerModule, InstallBundleManager); DEFINE_LOG_CATEGORY(LogInstallBundleManager); CSV_DEFINE_CATEGORY_MODULE(INSTALLBUNDLEMANAGER_API, InstallBundleManager, false);