Uploaded August 2024 | Updated September 2026, 1 day ago
Event dispatchers are great but can be confusing. One thing to know about them is that a class-level Event Dispatcher can send out a global signal and be received by any BP in a scene that is assigned or bound to receive it. However, if you create an instance of an Event Dispatcher, it will only work in a Level Blueprint and only with other BPs that are set to receive it in the same Level BP.
Event dispatchers are great but can be confusing. One thing to know about them is that a class-level Event Dispatcher can send out a global signal and be received by any BP in a scene that is assigned or bound to receive it. However, if you create an instance of an Event Dispatcher, it will only work in a Level Blueprint and only with other BPs that are set to receive it in the same Level BP.










