You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -31,7 +31,7 @@ UBlueprintEditorSettings::UBlueprintEditorSettings(const FObjectInitializer& Obj
|
||||
, bHostFindInBlueprintsInGlobalTab(true)
|
||||
, bNavigateToNativeFunctionsFromCallNodes(true)
|
||||
, bDoubleClickNavigatesToParent(false)
|
||||
, bEnableTypePromotion(false)
|
||||
, bEnableTypePromotion(true)
|
||||
// Experimental
|
||||
, bFavorPureCastNodes(false)
|
||||
// Compiler Settings
|
||||
|
||||
Reference in New Issue
Block a user