Event Interact

Hello!

Can anyone help? I’m a beginner in Unreal Engine. I need to know how can I get Event interact to do so that if I click on the Blueprint Actor once, it would run until the end of the action before letting me click on Event interact again.

Thank you!

Take a look at the ‘DoOnce’ node. :slight_smile:

I’m sorry my English is not good enough.

I have two commands in this code. When I press once, I want the second command to pause until the first command is completed.

Thank you!

1 Like

Ok, there is no node to fix this. You just have to code it carefully:

So, you have to stop and start things yourself. You also have to do the same with the timelines, but I can’t say much about that because I don’t know what is happening there…