Hi, Is it possible to get a list or a collection of all active event instances. I make all my Instances for release when I start them but I would like make a IsPlaying()
function to check if a audio is playing or not but I don’t see a way to get a collection of current EventIntances. The only work around is to Store all the event on a Collection and check if they are playing or not.
Thanks, Cheers