Files
UnrealEngineUWP/Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerModule.cpp
thomas ross b57ed88139 Adding Logging into InstallBundleManager module.
Adding Move Constructor implementation first pass for BundlePreReqCombinedStatusHelper.
#tests iOS Client
#rb none

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: thomas.ross
#ROBOMERGE-SOURCE: CL 7273037 via CL 7273038 via CL 7275129 via CL 7276482 via CL 7284262 via CL 7284379
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v371-7306989)

[CL 7351444 by thomas ross in Dev-Build branch]
2019-07-17 01:15:29 -04:00

6 lines
217 B
C++

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