FAutoPackageBackup::BackupPackages

Create a backup of the specified packages.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/PackageBackup.h

Include

#include "PackageBackup.h"

Source

/Engine/Source/Editor/UnrealEd/Private/PackageBackup.cpp

Syntax

static bool BackupPackages
(
    const TArray< UPackage * > & InPackages
)

Remarks

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().

Returns

true if all provided packages were successfully backed up; false if one or more were not

Parameters

Parameter

Description

InPackage

Package which should be backed up

See Also

FAutoPackageBackup::ShouldBackupPackage()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss