From cfd64ebba42d5fdfeda3b4236fd0174b4659f498 Mon Sep 17 00:00:00 2001 From: ilgwon Date: Mon, 15 Jun 2026 14:45:53 +0900 Subject: [PATCH] added DefaultEditorPerProjectUserSettings.ini --- Config/DefaultEditorPerProjectUserSettings.ini | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Config/DefaultEditorPerProjectUserSettings.ini b/Config/DefaultEditorPerProjectUserSettings.ini index 42f3802..7bb3ddd 100644 --- a/Config/DefaultEditorPerProjectUserSettings.ini +++ b/Config/DefaultEditorPerProjectUserSettings.ini @@ -1,2 +1,10 @@ [ContentBrowser] -ContentBrowserTab1.SelectedPaths=/Game/TopDownBP \ No newline at end of file +ContentBrowserTab1.SelectedPaths=/Game/TopDownBP + +[/Script/UnrealEd.EditorLoadingSavingSettings] +bSCCAutoAddNewFiles=False +bAutomaticallyCheckoutOnAssetModification=False +bPromptForCheckoutOnAssetModification=True + +[/Script/UnrealEd.EditorPerProjectUserSettings] +bAutoloadCheckedOutPackages=True \ No newline at end of file