set random seed to get different random each playthru?

I have some music with randomization in fmod. It plays randomly in the fmod studio editor, but in UE4 it always picks the same sounds each time the level is played. Maybe I need to set the random seed in something like the level blueprint in UE4? If so, how do I do that? Failing that, please let me know how to get ‘random’ randomness each time in UE4, similar to how the fmod editor functions.

FMOD has a random seed initialization parameter that the UE4 integration wasn’t setting. I’ve fixed this for the next release.

Thank you very much!