I’m working on a blueprint that retrieves values from a CSV data table. It functions correctly, but I’m struggling to implement a delay between printing each row. Currently, all the values are printed at the same time. What I want is for the blueprint to print each row one by one, with a 2-second delay between each print.
When I try to place a delay between the row found and print (as shown in position 2 in the image), only the last row gets printed.
Is there a way to add a delay between the Get Data Table Row node (1) and the Break Struct node?
Or is there a better way to achieve this?
