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:
First add the SetTimerByEvent node. Then drag off the red square Event pin, and select “Add Custom Event”. It’s very convenient.
3 Likes
It’s working now. Thanks a lot