Folks,
I’m trying to Bind to an Event Dispatcher that was set up in a BP Class, from my Level BP. It’s pretty simple, which is probably why it isn’t working!
The top image is the class blueprint, where the event dispatcher is declared and then is called. The bottom image is the level blueprint where the event dispatcher is bound to a custom event, and this is never fired (which is the problem.)
I have verified that the target in the level binding is the same as the one from the instance of the BP that is doing the Call.
Your guidance is greatly appreciated.
-Sterling