Event bound to an Event Dispatcher not Firing

My suspicion is that the call to dispatch Attack End happens before the Binding Event.
Of course you can always be bound to a different actor than the one that fires the event so check that one too.

Other than that I’m not sure what the lifetime of the BTT_BossAttack is. It might be destroyed before receiving the event.

The “weird fixes or ways around” might give more insight into what could be the problem.