Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAutoPackageBackup
Description
Helper function that returns whether the user has package backups enabled or not. The value is determined by a configuration INI setting.
| Name | IsPackageBackupEnabled |
| 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 IsPackageBackupEnabled()
true if package backups are enabled; false otherwise