My interface message not firing

Hi everyone !

I have a little (and very boring) problem. I used an interface between two blueprint to comunicate and draw HUD. Both have the interface in “Class Settings”, i used “Show Combo (Message) - Using Interface HUD_Interface_C” on my first blueprint and “Event Show Combo” on the second. The problem is that my Message doesn’t firing at all, i tried with a breakpoint to see if the first is called, but it’s not the case, why ? His Hud_Target is the good one, my print string show the right blueprint referred. :frowning:

This is my first blueprint, who must call the event in the second, but it doesn’t work.

80182-blueactioninterfacenotfiringpart2.png

Please, help me ! :‘( :’( :cry:

Thanks for your attention :slight_smile:

Check if the hud returned from GetHUD implements that interface.

The HUD returned from GetHUD has the right interface :slight_smile:
But it’s still not working