I need some help with this BP (pics. included)

I have here probably a very easy problem to solve.

I need this

to call this action (Kukun1) when klicked.

Like you can see from the first picture there is an error there, stating that it must have a connection. But what is the connection it wants? I have tried so many things but nothing works.

Could someone please tell me how to connect those two, so clicking the button on game screen calls the action Kukun1?

Greetings,

Also, when someone knows any good tutorials how to add touch buttons/controls for character control in a 2d side scroller, could you please share it?

OK, I’m making progress here, but now a new problem showed up.

My new BP

But now my character doesn’t really die normally anymore

And the BP for the button to show up in-game screen

What could be the thing causing the problem?

The problem seems to be that the death animation doesn’t fully play after adding those blueprints…

I might have solved the issue by adding a reference to my damage system

I add couple of pics from my damage system for the ones who might be facing the same issue :slight_smile:

I got my health system from watching WazzaTuts tutorial series 2D Scroller UE 4 Lesson 1 : Setting the scene - YouTube

Just leaving it here :slight_smile:

Nope, the issue still exists…

I have to disable the button’s input after dying…
But how? How can I tell to this button that I after I die I shall not have any input? How could I connect the button with my damage/health system (on the pictures)?