Wondering why the delay node is needed here. I tried without delay node, and the “set base sound mix” won’t work in game instance. Then I setit in my Persistent level on begin play instead, it works fine without delay node. Is it because the Game instance is initialized before the sound system? And I’m also worried that the delay node will cause other problems.