UE4 crashing when change event dispatcher name

Hello all,

I’m hopeful that someone else has run into this issue and has found a fix:

I have changed the name of an event dispatcher and now I cannot delete it, nor rename it back, nor use it in my level BP. Basically my entire game’s production is halted because I can’t do anything since UE4 crashes now when I try to correct the event dispatcher or try to “play” the level.

The original name of the class BPs dispatcher was “YouHitMe” and it was used in my level BP.

7042-you+hit+me.png

I then went back and changed the name to “MusicWallHit” in my class BP.

7043-musicwallhit.png

So now when I went back to my level BP replace “YouHitMe” with “MusicWallHit”, UE4 crashes every time. And it crashes when I try to Play the level. It also crashes when I attempt to delete either the dispatcher from the class BP or the event from the level BP. And finally, when I tried one more time to delete the “YouHitMe” event from the level BP, my computer blue screened.

I’m not sure what to do besides completely redo the game and take note to NEVER change event dispatcher names.