You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira #preflight 6307d6ebaa0fda29197d3f0f [CL 21585132 by bryan sefcik in ue5-main branch]
8 lines
331 B
C++
8 lines
331 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#include "InstallBundleManagerModule.h"
|
|
#include "InstallBundleManagerPrivate.h"
|
|
|
|
IMPLEMENT_MODULE(FInstallBundleManagerModule, InstallBundleManager);
|
|
DEFINE_LOG_CATEGORY(LogInstallBundleManager);
|
|
CSV_DEFINE_CATEGORY_MODULE(INSTALLBUNDLEMANAGER_API, InstallBundleManager, false);
|