Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAutoPackageBackup
Description
Helper function that returns the time in between backups of a package before another backup of the same package should be considered valid. This value is determined by a configuration INI setting, and prevents a package from being backed-up over and over again in a small time frame.
| Name | GetBackupInterval |
| 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 int32 GetBackupInterval()
The interval to wait before allowing another backup of the same package, in seconds