how could I optimize my random BP?

Hello,

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 :slight_smile:

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?

Hey @Norman_Bates13!

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!

Hope that helps! :slight_smile:

1 Like

thank you very much! I will check out your idea :slight_smile:

there are many ways to reach the goal.:grinning_face: I would like to post a shuffle solution which I find out today. May it helps someone who is interested in…