EM_Task/CoreUObject/Private/Serialization/EditorPackageLoader.h

14 lines
357 B
C
Raw Normal View History

2026-02-13 16:18:33 +08:00
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
class IAsyncPackageLoader;
class FIoDispatcher;
class IEDLBootNotificationManager;
#if WITH_IOSTORE_IN_EDITOR
TUniquePtr<IAsyncPackageLoader> MakeEditorPackageLoader(FIoDispatcher& InIoDispatcher, IEDLBootNotificationManager& InEDLBootNotificationManager);
#endif