For Loop sounds

I’m trying to use a For Loop to play an audio cue 3 times.

When I tried this, the sound would play all at once.

I added a delay node after the sound cue–but the sound only plays once.

Is there a way to play a sound cue for limited number of times, such as three or four times and then stop?

Try using a timer and a do N node.

I’ll post an answer with pictures.

Here’s how to do it with a timer and an event with a Do N node.

Thank you for your response. I tried this out, but for some reason, the sounds play almost simultaneously.

Here is my blueprint: