Dispatchers - Bind Event By Name/Delegate References

Hi All,

So I’ve been doing quite a bit of work involving Event Dispatchers recently, and although super useful, they are a bit cumbersome when it comes to binding and unbinding lots of events, leaving you with a nice red spaghetti graph.

It would be nice if you could avoid connecting the delegate pins by binding an event by name (as events must have unique names anyway), or store a delegate reference as a variable and hook that up to your bind node. Now I don’t know whether this is possible, there may be some underlying reason this can’t be done. But if not, it would be a nice feature to have :slight_smile:

I’ve done a quick mock-up so you get a better visual idea:

I had no idea that was an option! Thanks for pointing that out! :slight_smile: