List of all active Event Instances

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

Hi,

Unfortunately, we do not have a function that will return a list of all active events. Your option of storing the events as they are created is a good way to go.