Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Settings/EditorLoadingSavingSettings.h |
| Include | #include "Settings/EditorLoadingSavingSettings.h" |
Syntax
enum EAutoSaveMethod
{
BackupAndRestore,
BackupAndOverwrite,
}
Values
| Name | Description |
|---|---|
| BackupAndRestore | Autosave to a backup location and offer to restore after an editor crash |
| BackupAndOverwrite | Autosave in-place, overwriting your existing content after backing up the current file (BETA) |