FMOD dialogs in Lelvel Sequence

Hi there! Is it possible to use FMOD audio events in the level sequencer as dialogs, how? I am having problems with the port of PS5, cause it can not use both audio systems (UE4 and FMOD) at the same time.

Many thanks!

We do not have equivelant support for level sequencer dialogs unfortunately. You can call events on an FMOD Audio Component to set and play programmer sounds.

Here is the sequencer for example:

With these events calling the Set Programmer Sound and Play nodes on the audio component

Thank you very much!