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

Namespaces

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

Functions

 DEFINE_LOG_CATEGORY (LogPackageRelocation)
 
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

◆ DEFINE_LOG_CATEGORY()

DEFINE_LOG_CATEGORY ( LogPackageRelocation  )