Re-enable type promotion by default

#jira UE-106876
#rb me
#rnx

[CL 15160275 by ben hoffman in ue5-main branch]
This commit is contained in:
ben hoffman
2021-01-21 18:48:12 -04:00
parent e91697acc1
commit 85e12b7616
@@ -31,7 +31,7 @@ UBlueprintEditorSettings::UBlueprintEditorSettings(const FObjectInitializer& Obj
, bHostFindInBlueprintsInGlobalTab(true)
, bNavigateToNativeFunctionsFromCallNodes(true)
, bDoubleClickNavigatesToParent(false)
, bEnableTypePromotion(false)
, bEnableTypePromotion(true)
// Experimental
, bFavorPureCastNodes(false)
// Compiler Settings