Files
UnrealEngine/Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerModule.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

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);