fpwong / BlueprintAssistWiki

47 stars 2 forks source link

Shift+Del (delete and link) command override default Unreal behavior and doesn't work on knot nodes #110

Closed sdugloudYBG closed 1 year ago

sdugloudYBG commented 1 year ago

The Shift+Delete command to "Delete and Keep Links" override the same native command from Unreal (DeleteAndReconnectNodes). While I like the fact that the BlueprintAssist version reconnect the Sequence and Branch nodes if they are deleted (which the native Unreal version don't), your version doesn't work on non-execution knot nodes, and the link is simply removed without reconnection. I had to disable that command on our custom engine build for that reason unfortunately :( .

fpwong commented 1 year ago

Hi @sdugloudYBG, thanks for letting me know. This has been on my TODO for much too long, where this feature (and swap nodes) were not applying to pure nodes at all. I'll try to add this into the next version.

fpwong commented 1 year ago

Fixed in 4.1.2 (I haven't got to fixing the "swap nodes" for pure nodes yet though)