How to get audio SOLO or MUTE in UE5.2?

I was using this in older versions of the engine.

1

It no longer works in UE5.2.

I can’t find a similar alternative in the documentation

Does anyone know how to do it in UE5.2?

Thank you so much!!

These are the audio solo commands from a console command dump from 5.2

au.Debug.SoloAudio
au.Debug.AudioSoloSoundClass
au.Debug.AudioSoloSoundCue
au.Debug.AudioSoloSoundWave
au.ClearMutesAndSolos
2 Likes

Hi 3dRaven
Ok, now it seems works.
Now I can perceive the sound attenuation.

I don’t understand why it didn’t work yesterday.
I also don’t understand why these commands are not in the documentation.
And I don’t understand why they are not in the list of commands.

However today it seems to work.

And thanks to your help today I learned new commands to manage the audio. Very useful!!

Thank you very much 3dRaven!!

You can use
DumpConsoleCommands
to get a full list of console commands in unreal

2 Likes

it’s great!!
Thank you so much

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.