I'm playing a song to accompany events in my level. All the animations are timed out to match and controlled by the the sequence. On mobile, the framerate can sometimes suffer, and the timeline is forced to skip frames. When this happens the music gets out of sync with the animations.
I notice that if I use an Unreal audio asset, it will skip the audio to the correct place to stay in sync with the timeline. But if I use a WWise asset it doesn't seem to do this. Is there any way to make it skip the music to stay in sync with the timeline sequence?
Thanks!