Whenever I pause the game using a Set Game Paused node, the music stops playing until the game is unpaused. Is there a way I can make the music keep playing while the game is paused?
Depends how youâre set up, in the class defaults there is a setting âtick even when pausedâ if you rigged a music system off a bp tick rather than building it in a cue youâll need to check that box.
if you have a looping cue it will just keep going by default.
For those coming from google with still this âissueâ. You can check âIs UISoundâ under âSound â Advancedâ to keep playing in UI/Pauze menus.
Thanks for the help. Spent ages trying to find the solution for this