You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
6 lines
217 B
C++
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);
|