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

Update FlowGraph Reroute Node Selection & Connection Highlighting to be similar to Blueprints. Resolves #171 #185

Closed VintageDeveloper closed 7 months ago

VintageDeveloper commented 7 months ago

Change 1: When mouse cursor moves over a connection, the connection now highlights. This is similar to how connection highlighting is done in Blueprints.

image

Change 2: From Feedback #171, when reroute nodes are selected, in a reverse loop, the loop does not reverse. This is due to reroute nodes, when selected, also highlighting the "in" connection, leading to the loop not reversing. This pull request changes reroute node selection to not highlight the "in" connection - similar to how reroute node selection is done in Blueprints.

image

MothDoctor commented 7 months ago

Oh, it's great you fixed that annoying visual issue! Accepted :)