FAutoPackageBackup::BackupPackage

Create a backup of the specified package.

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 BackupPackage
(
    const UPackage & InPackage
)

Remarks

Create a backup of the specified package. A backup is only created if the specified package meets specific criteria, as outlined in the comments for ShouldBackupPackage().

Returns

true if the package was successfully backed up; false if it was 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