fpwong / BlueprintAssistWiki

47 stars 2 forks source link

Implementing an event generates parent node overlapping event node #100

Closed geordiemhall closed 1 year ago

geordiemhall commented 2 years ago

Not sure if this is because I have 'never auto-format' turned on, but if I just right-click in a blank actor, and select Event Tick, it adds a call to the parent function (as desired), but totally overlapping the original event.

image

As a user I'd kind of expect the parent call to still be 'auto formatted' even if that's turned off, since it's actually an extra node that's inserted by BA. eg. just putting it a little to the right of the original would be fine, even if it doesn't obey the final spacing rules until I next format the graph properly.

fpwong commented 2 years ago

Ah this is definitely something I've overlooked. Since adding the parent function node only ever occurs when there is 1 event node, I think a safe solution is to simply always run the formatting afterwards. This will be included in the next update.

geordiemhall commented 1 year ago

Thanks!

fpwong commented 1 year ago

This should be fixed in 4.0.9