From a5087e8000faeab83aa8eeee45ede410b69cb8ac Mon Sep 17 00:00:00 2001 From: ben hoffman Date: Tue, 10 May 2022 19:40:14 -0400 Subject: [PATCH] Fix type promotion to correctly exclude UEdGraphSchema_K2::PC_SoftClass, not the PC_SoftObject. #jira UE-146282 #rb phillip.kavan #preflight 6279a232057d42a0e414f6ae #ROBOMERGE-AUTHOR: ben.hoffman #ROBOMERGE-SOURCE: CL 20128580 in //UE5/Release-5.0/... via CL 20129423 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690) [CL 20132121 by ben hoffman in ue5-main branch] --- .../Editor/BlueprintGraph/Private/BlueprintEditorSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEditorSettings.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEditorSettings.cpp index 111d0f63ebec..701038af3c15 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEditorSettings.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEditorSettings.cpp @@ -35,7 +35,7 @@ UBlueprintEditorSettings::UBlueprintEditorSettings(const FObjectInitializer& Obj , bNavigateToNativeFunctionsFromCallNodes(true) , bDoubleClickNavigatesToParent(true) , bEnableTypePromotion(true) - , TypePromotionPinDenyList { UEdGraphSchema_K2::PC_String, UEdGraphSchema_K2::PC_Text, UEdGraphSchema_K2::PC_SoftObject } + , TypePromotionPinDenyList { UEdGraphSchema_K2::PC_String, UEdGraphSchema_K2::PC_Text, UEdGraphSchema_K2::PC_SoftClass } , BreakpointReloadMethod(EBlueprintBreakpointReloadMethod::RestoreAll) , bEnablePinValueInspectionTooltips(true) // Experimental