Fire custom Event from HUD

Hi,

unfortunately I could not find aa way for an ‘easy’ problem, as I thougt…

is there a way to call a custom Event from the HUD?

In my HUD blueprint I connect to the custom Event ‘Bu Color 1’

72181-screenshot064.jpg

the custom Event in the Blueprint ‘K1 dyn Fronten’ is not fired.

addition I tried to get it the way around and take a reference to the HUD Button, which also has no effect

72182-screenshot065.jpg

thanks for any help.

Did you make sure that “BP K1 Fronten” points to the right object? Did you set the variable “BP K1 Fronten” when your HUD is constructed?

By the way, I don’t know what you trying to do with the HUD but maybe it is worth for you having a glance at UMG.

The BP K1 Fronten changes the Material of an Object by Keyboard Input, this works well.
Now I would like to have additional Buttons on a GUI/HUD to change the Material. My Buttons are already built with UMG.

Is there an easy tutorial where I can see how to connect a UMG Button to a custom Event of a Blueprint?