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

Editor bug: drag pin connection #203

Closed likemango closed 3 months ago

likemango commented 4 months ago

Hi, Here I found a bug which can crash the engine: Hold control button and left click the pin which has any connections will crash the engine. Control button + left click is a shortcut to connect node in unreal blueprint. Version: Flow 1.5, Unreal Engine 5.3.2 image

MaksymKapelianovych commented 4 months ago

Hello. I don't think that this is a FlowGraph bug, as it can happen also in good old Blueprints. I have experienced this issue before many times, but the engine never crashed, it just continue its work. Did Unreal engine actually crash after this exception in your case? And how often do you get this exception?

likemango commented 3 months ago

Hello. I don't think that this is a FlowGraph bug, as it can happen also in good old Blueprints. I have experienced this issue before many times, but the engine never crashed, it just continue its work. Did Unreal engine actually crash after this exception in your case? And how often do you get this exception?

You are right, I'm in Debug Mode, it's just a warning log, will not crash the engine. Thanks for you reply.