continuous music through level change and restart

i copied the solution on a forum that allows you to play background music that continues playing through all of the levels but i want the music to stop when you enter a certain level. is there a way to do that?

#https://forums.unrealengine.com/t/continuous-music-through-level-change-and-restart/

thanks, Alasdair

1 Like

When you enter the level you want the music to stop in, just tell the game instance to stop playing it from the level BP

The GI already had

image

So add

image

and in the level BP

Thank you

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.