Play audio from video

Hello, we have videos playing in on the start of our Unreal game and we want to disable UE’s sound, only letting the FMOD running. But to do that, we must play the audio from the video with FMOD. How can we achieve that?

Or how can we disable UE’s sound only after playing the video.

Unfortunately FMOD cannot play audio from videos, so you will need to allow Unreal Engine to play the video’s audio.

You will need to check with the Epic forums on how to enable and disable the UE4 sound at runtime, it’s a bit out of scope for these forums.

Tks, we will look into turning of it in runtime then :smiley: