B1SaveLoadConfig
- Configuration for save and load behavior, including auto-save intervals
* and the maximum number of auto-save files.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AutoSaveTime | FTimespan | Time interval between automatic saves. | Category: B1SaveLoadConfig |
| MaxAutoSaveCount | int32 | Maximum number of auto-save files to keep. | Category: B1SaveLoadConfig |
| ShowAutoSaveFilesCountInLobby | int32 | Number of auto-save files shown in the lobby file list. | Category: B1SaveLoadConfig |
| AutoSaveOnFinishBuildMode | bool | Whether to trigger an auto-save when exiting build mode. | Category: B1SaveLoadConfig |