You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user