fpwong / BlueprintAssistWiki

47 stars 2 forks source link

Better collision support for Sequence Nodes, & collision support for Event nodes with Event Bindings #89

Open leetNightshade opened 2 years ago

leetNightshade commented 2 years ago

Better collision support for Sequences Nodes & Event Nodes

Event formatting could be better, there's overlap from the middle bound custom event:

image

Here's a before image when things were manually organized: image

And here's what BlueprintAssist does: image

leetNightshade commented 2 years ago

The event one I restructured with Create Event nodes, which solves my problem, and is probably preferred anyway.

So really just sequence nodes need improvement by adding reroute nodes, like the params are using.

fpwong commented 2 years ago

Hi @leetNightshade, for the first case you can enable the setting Treat delegates as execution pins to fix this.

Personally I use the format all command CTRL + SHIFT + R which will also is why this setting is off by default. You can also try out that workflow if you'd like.

I'll look into improving the reroute nodes in the second case.