// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "InstallBundleManagerModule.h" #include "InstallBundleManagerPrivatePCH.h" IMPLEMENT_MODULE(FInstallBundleManagerModule, InstallBundleManager); DEFINE_LOG_CATEGORY(LogInstallBundleManager);