Binding Not working

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

61493-bindingclass.jpg

61494-bindinglevel.jpg

I figured out my own problem. The action to bind the event has to be called ahead of time. before the custom event being called.