How to use audio component instance parameters?

I’ve created a Sound Manager component for my character BluePrint which holds an array of Sound Waves. When I tell the SM to play a particular clip (in this case weapon sounds) the BP’s Audio Component stops the current clip playing before playing the new one.

How do I set up the AC to use multiple sound clips at the same time? I’ve noticed the “instance parameters” which also allows me to specify different clips to use, but how do I go about using them so I can play weapon fire, reloading and dry fire clips simultaneously?

Thanks in advance :slight_smile:

Hey jamiewhitephd,

You might find our documentation very helpful when learning how to set up and use Instance Parameters in Sound Cues.

Sound Cue Reference

Let me know if you have questions.

Thank you,

Yep, that is what I should have done in the first place. But when you’re working late at night and your brain power is running on fumes, you quickly resort to posting a question on the Answers website.

Thanks again.