I declared an Event_Dispatcher with the same name in another blueprint and confirmed that it was properly counted as one Event_Dispatcher.
Is this intentional?
If someone says it’s not recommended, I’m not going to do it.
You can only bind to event dispatchers / delegates by referencing the dispatcher owner so it shouldn’t matter if there are two with the same name.
You are directly binding so it will only react to that dispatcher call.