Add an editor action for "shift+del"
Only works for nodes with simple output/exec nodes
#jira UE-12271
#rb Fred Kimberley
[CL 7708603 by Ben Hoffman in Dev-Framework branch]
[FYI] Matt.Kuhlenschmidt
#ROBOMERGE-SOURCE: CL 7621559 via CL 7621561 via CL 7621562 via CL 7626302
#ROBOMERGE-BOT: (v372-7473910)
[CL 7626474 by nick darnell in Main branch]
Add context menu CVars for tweaking the behavior of finding matches in the context menu
Add some comparisons to the type of pin that was dragged off so that there is a preference towards that type
Prefer shorter matches over long ones
Update how percentage matches are calculated
#jira UE-75750
#jira UE-44994
#jira UE-47324
#RB Michael Noland
[CL 7433140 by Ben Hoffman in Dev-Framework branch]
#UE4 Added AssetReferenceFilter. An editor feature to allow projects to specify a filter to disallow editor systems to form references between certain assets. Add a listener for UUnrealEdEngine::OnMakeAssetReferenceFilter which returns a subclass of IAssetReferenceFilter that was constructed with the supplied context. PassesFilter will be called on this filter object to determine if the reference is allowed. Currently respected by asset picker, class picker, details panels, and edgraph drag/drop operations.
#jira UE-75912
#ROBOMERGE-SOURCE: CL 7046716
#ROBOMERGE-BOT: (v367-6836689)
[CL 7046768 by bob tellez in Main branch]
Implement diffing for Widget tree default values
Refactored SBlueprintDiff significantly to avoid code duplication and add comments
Change DiffUtils to not recurse into instanced objects unless they are EditInlineNew and not a component
#codereview dan.oconnor
#rb none
[CL 6334975 by Ben Zeigler in Dev-Framework branch]
#jira UE-48826 Fix graph differ to always use a relative path instead of the raw name, fixes several issues with anim BP diffing
#codereview dan.oconnor
#rb None
[CL 6037475 by Ben Zeigler in Dev-Framework branch]
Logic originally added in 2350119, superseded in 2425487 and 2528202
I found this while investigating a fix for UE-23733, but it also fixes comments on reroute nodes disapearing when compile is clicked.
#rb Phillip.Kavan
#jira UE-72825, UE-23733
[CL 5950769 by Dan Oconnor in Dev-Framework branch]
Alt+RMB zoom in UMG/Blueprints now zooms in/out when moving right/left instead of only down/up
Fixed a bug where the context menu in UMG Designer would appear when Alt+RMB zooming
Fixed a bug when Alt+RMB zooming where zooming out would trigger on every pixel moved instead of every x pixels
#jira 66916
#rb chris.gagnon
[CL 4623574 by Jason Stasik in Dev-Editor branch]