How To Set Up Background Music?

I’m trying to set up my main menu, and I’m having trouble figuring out how to set my background music up the way I would like.

I know how to get a single song to play (On Begin Play → Play Sound 2D → Manually select a song), but I need the song to loop upon completion and I also need to somehow randomize my song selection so that the game will choose one song at random from the ones available to play whenever it loads the main menu.

My first thought would involve creating an array of my song files, but I’m not really sure how to get references to those sound files into my event graph. Help?

Hope This Helps !

That did it for me! Thank you! (I was also able to use this to set the menu background color to correspond with the chosen song. :D)