Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAutoPackageBackup
Description
Create a backup of the specified packages. A backup is only created if a specified package meets specific criteria, as outlined in the comments for ShouldBackupPackage().
| Name | BackupPackages |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/PackageBackup.h |
| Include Path | #include "PackageBackup.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/PackageBackup.cpp |
static bool BackupPackages
(
const TArray < UPackage * > & InPackages
)
true if all provided packages were successfully backed up; false if one or more were not
Parameters
| Name | Remarks |
|---|---|
| InPackage | Package which should be backed up |
See Also
- FAutoPackageBackup::ShouldBackupPackage()