How to make multiple inputs get multiple delayed outputs?

I would do something like this: create a class of actor that on begin play it has this delay and print string and a destroy actor function at the end.
Then, when pressing the respective button, I would just spawn this actor. With this, I could spawn multiple actors and everyone would have its own delay.

1 Like