![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FPackageBackupUtility (const FPackagePath &InPackagePath) | |
| void | RecordMovedFile (const FString &OriginalPath, const FString &NewLocation) |
| void | RecordNewFile (const FString &NewLocation) |
| void | RestorePackage () |
| void | DiscardBackupFiles () |
A utility that records the state of a package's files before we start moving and overwriting them. This provides an easy way for us to restore the original state of the package incase of failures while saving.
|
inline |
|
inline |
Deletes the backed up files once they are no longer required.
|
inline |
Record a file that has been moved. These will need to be moved back to restore the package.
|
inline |
Record a newly created file that did not exist before. These will need deleting to restore the package.
|
inline |
Restores the package to it's original state