Can Blueprint Interfaces communicate with Level BP and UMG?

Hey Guys,

So I’m using version 4.7. I have a Level BP and a UMG with a common blueprint interface implemented. My goal is to have a call in the Level BP kick off an event in the UMG.

Here is my interface call from the level BP (“Text Effects”)…

…and here is the interface event (supposedly) being fired from the UMG graph…

And the result is that the interface call in the Level BP does fire off…but the UMG event that should be receiving this message is NOT firing off.

What am I doing wrong?