MothCocoon / FlowGraph

Design-agnostic node system for scripting game’s flow in Unreal Engine
https://discord.gg/Xmtr6GhbmW
MIT License
1.17k stars 228 forks source link

Improve drawing for reroute nodes that go backwards … #194

Closed MaksymKapelianovych closed 4 months ago

MaksymKapelianovych commented 5 months ago

…when they are selected, connection is executing ot executed during PIE.

MaksymKapelianovych commented 5 months ago

Before:

Selected rerout nodes image_2024-04-07_23-23-54

Executing connection image_2024-04-07_23-24-15

Executed connection image_2024-04-07_23-24-24

MaksymKapelianovych commented 5 months ago

After:

Selected reroute nodes image_2024-04-07_23-21-17

Executing connection image_2024-04-07_23-21-06

Executed connection image_2024-04-07_23-20-32

MothDoctor commented 4 months ago

Accepted, thanks for this! :)