EM_Task/CoreUObject/Private/Serialization/EditorPackageLoader.h
Boshuang Zhao 5144a49c9b add
2026-02-13 16:18:33 +08:00

14 lines
357 B
C++

// 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