How to start the animation with the left mouse button?

I created the animation matinee with the switch joining in. He is acting well with OnActorBeginOverlap. I would like to start animation with the left mouse button. I placed trigger on OnClicked and is out of order. Do you have some ready solutions?

Can you send a picture of your BP?

Level blueprint.

And the problem is that the OnClicked Event isn’t working?

Yes. I don’t know how to set up input in character blueprint .

I have a similar problem. Seems like Unreal doesn’t currently posses a SIMPLE statement like this yet. I bet it would be easy to create a new node to solve this problem. But I don’t even think that’s possible either.

If character is in TriggerBox

And Key is pressed

Matinee Plays, and Sound Plays.

I’m baffled that Unreal doesn’t have this yet.

Hello Have you tried using a Gate node along with a FlipFlop to do this? Try something like this and tweak it to however you like.

This way the left mouse button only works when you are overlapped with whatever it is your want. You can get the LeftMouseButton input by just clicking right in your event graph and it should be under Inputs>MouseEvents