Files
UnrealEngineUWP/Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerModule.cpp

7 lines
261 B
C++
Raw Normal View History

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