I have a trigger box inside of a trigger box and i want to play sound?

There are two ways:

  1. You need to have two different sound cues. One the normal beating sound and the other beats faster. Then by entering the first box, play the first sound and by entering the second box, stop the first and play the second. And when leaving the second box, stop the second sound and play the first one. All can be done by ‘on actor begin / end overlap’ events.

  2. Increase the pitch multiplier (there is a node called ‘set pitch multiplier’) of the sound cue using blueprints (Recommended)

190494-pitch.png

Update:

Sample setup.

Regards,

i have a trigger box inside of a trigger box and i play sound in the first trigger box is a heart beat and then the next trigger box i want it to get faster as you enter it how can i do this help?

hi how would i set that up?

I’ve updated the answer. Good luck