Default to enable the workflow option that will minimize what goes into the unsaved asset list after a Blueprint class default value change.

Notes:
- This also moves the option out of the "Experimental" section in Blueprint Editor settings.

#jira UE-179809
#rb None (trivial)
#preflight None (trivial)

[CL 25240078 by phillip kavan in ue5-main branch]
This commit is contained in:
phillip kavan
2023-04-28 16:34:04 -04:00
parent 2959cc678f
commit 0981928378
2 changed files with 5 additions and 5 deletions
@@ -55,9 +55,9 @@ UBlueprintEditorSettings::UBlueprintEditorSettings(const FObjectInitializer& Obj
, bEnableNamespaceEditorFeatures(true)
, bEnableContextMenuTimeSlicing(true)
, ContextMenuTimeSlicingThresholdMs(50)
, bDoNotMarkAllInstancesDirtyOnDefaultValueChange(true)
// Experimental
, bFavorPureCastNodes(false)
, bDoNotMarkAllInstancesDirtyOnDefaultValueChange(false)
// Compiler Settings
, SaveOnCompile(SoC_Never)
, bJumpToNodeErrors(false)