UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PackageStore.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5// HEADER_UNIT_SKIP - Deprecated
6
7#include "CoreTypes.h"
8
9UE_DEPRECATED_HEADER(5.6, "PackageStore has moved from Core to CoreUObject. #include 'Serialization/PackageStore.h' instead of 'IO/PackageStore.h'. Attempting to automatically include the correct one, but if the include fails, add a dependency on CoreUObject in your .Build.cs file, and update your include line.")
10
11#include "Serialization/PackageStore.h"
#define UE_DEPRECATED_HEADER(Version, Message)
Definition CoreMiscDefines.h:398