Open fpwong opened 2 years ago
If you do encounter this issue, please let me know where you encountered it and on what type of graph and node. For example:
Also make sure you are on plugin version 3.2.8 or later
I'm hitting this relatively regularly right now. UE 5.1.1 (line 905 now), BPAssist version 4.1.5
I have auto-formatting off and it occurs when I hit "F" to reformat. If I undo the formatting and reformat it doesn't reoccur. Seems to be related to having recently deleted some other nodes in the event graph before reformatting the updated graph.
I'm hitting this relatively regularly right now. UE 5.1.1 (line 905 now), BPAssist version 4.1.5
- Blueprint graph
- Reformatting an event node
I have auto-formatting off and it occurs when I hit "F" to reformat. If I undo the formatting and reformat it doesn't reoccur. Seems to be related to having recently deleted some other nodes in the event graph before reformatting the updated graph.
I have also been experiencing this ensure very frequently in 5.1.1 but it is with a different stack trace. It happens when I disconnect a pin by holding CTRL + LMB
. The thing about this ensure is that it will only trigger once per debugging session, so if you continue the program it will not trigger again until you restart the editor (which is why you will not be able to trigger it from formatting and undo reformatting).
I made a pull request to fix this CTRL + LMB
issue: https://github.com/EpicGames/UnrealEngine/pull/10182
And another pull request which I believe is causing the Blueprint Assist case: https://github.com/EpicGames/UnrealEngine/pull/10174
If you can reliably trigger this from formatting please let me know exactly which nodes.
User reported bug when hitting assert check for
SGraphPin
: