AudioComponents have an OnAudioFinished callback you can tie in to. So at a very basic level you’re looking at something vaguely like.
Create an AudioComponent
Create an OnAudioFinished event for it
Connect a SetSound with the next sound you want to play
Connect a Play to kick it off again