How To Stop All Sounds?

You make an array and add all references of your sound actors to that array. Once the player dies you get each element in the array and you stop the sound using a stop node. I’m not too sure of how to get all the elements in the array at once because the way i did it is probably inefficient.