How to get Current Snapshot in AudioMixer?

I have a couple of AudioMixers and separate data containing ingoing and outgoing snapshot transition times. I want to get CurrentActiveSnapshot. Is it possible to get it from AudioMixer?

The mixer currently does not expose this, as it could be transitioning between multiple Snapshots at any moment.

The simplest way to go about this would be to script something that handles and stores your snapshot states.

1 Like