as you can see, I’ve created a random number BP that outputs 10 digits between 0 and 9 without any repetition. My concept works in principle
However, I want to optimize my BP in a way that the digits are displayed exactly every 2 seconds. Currently, it sometimes takes a few seconds longer until the correct number appears.
Can someone tell me how I need to change my BP-nodes to avoid these delays?
You would definitely want to change out the delay with a “Set Timer By Event” Node! Set it to looping and 2.0s, and put everything you need to refresh after the new event and there you go!