You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This represents UE4/Main up to CL# 14958402 [CL 15028197 by Marc Audy in ue5-main branch]
8 lines
334 B
C++
8 lines
334 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#include "InstallBundleManagerModule.h"
|
|
#include "InstallBundleManagerPrivatePCH.h"
|
|
|
|
IMPLEMENT_MODULE(FInstallBundleManagerModule, InstallBundleManager);
|
|
DEFINE_LOG_CATEGORY(LogInstallBundleManager);
|
|
CSV_DEFINE_CATEGORY_MODULE(INSTALLBUNDLEMANAGER_API, InstallBundleManager, false);
|