UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PackageRelocation.h File Reference

Go to the source code of this file.

Classes

struct  UE::Package::Relocation::Private::FPackageRelocationContext
 

Namespaces

namespace  UE
 
namespace  UE::Package
 
namespace  UE::Package::Relocation
 
namespace  UE::Package::Relocation::Private
 

Functions

COREUOBJECT_API DECLARE_LOG_CATEGORY_EXTERN (LogPackageRelocation, Log, All)
 
COREUOBJECT_API bool UE::Package::Relocation::Private::ShouldApplyRelocation (const FPackageFileSummary &PackageSummary, FStringView LoadedPackageName, FPackageRelocationContext &OutPackageRelocationContext)
 
COREUOBJECT_API bool UE::Package::Relocation::Private::TryRelocateReference (const FPackageRelocationContext &InPackageRelocationContext, FStringView InPackageNameToRelocate, FStringBuilderBase &OutNewLocation)
 
COREUOBJECT_API void UE::Package::Relocation::Private::ApplyRelocationToObjectImportMap (const FPackageRelocationContext &InPackageRelocationContext, TArrayView< FObjectImport > ImportMapView)
 
COREUOBJECT_API void UE::Package::Relocation::Private::ApplyRelocationToSoftObjectArray (const FPackageRelocationContext &InPackageRelocationContext, TArrayView< FSoftObjectPath > SoftObjectPaths)
 
COREUOBJECT_API void UE::Package::Relocation::Private::ApplyRelocationToNameArray (const FPackageRelocationContext &InPackageRelocationContext, TArrayView< FName > PackageNames)
 

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()

COREUOBJECT_API DECLARE_LOG_CATEGORY_EXTERN ( LogPackageRelocation  ,
Log  ,
All   
)