How to repeat the impulse after a period of time?

Hey guys!
I have a simple blueprint where the sphere gets an impulse and moving like a pendulum. I’m wondering as it is possible to repeat an impulse for example each 5 seconds? I want to receive something like a non-stop pendulum.
Thanks in advance.

You can use the SetTimerByEvent node to make an event fire repeatedly, like so:

image

First add the SetTimerByEvent node. Then drag off the red square Event pin, and select “Add Custom Event”. It’s very convenient. :slight_smile:

image

3 Likes

It’s working now. Thanks a lot :slightly_smiling_face: