Help setting sound for blueprint with editor

Hi, im trying to make a blueprint that is an object and on interact it plays a sound. The thing is i’ll have multiple ones and want to be able to change the sound in the editor after its been spawned instead of having to make a new blueprint for each and every single one. I’d appreciate any help, thanks.

Hey Alex,

You’re going to want to do a few things:

  1. Make a blueprint of the object
  2. Create a variable for the sound-to-play (With whichever type you plan to use, such as sound cue)
  3. Make that variable public
  4. Create an instance of the object in your level and change the sound you want to play in the detail panel

Thank you! I’ve been pulling my hair out all morning trying to figure this out. I really appreciate it