Ivan3z
(Ivan3z)
October 29, 2022, 5:27am
1
I want to check the sound is heard on all sides (client or server).
So I thought that by decreasing the volume only on one side I could check if it is heard on the other side.
However the way I’m doing it doesn’t work like that… the volume also decreases on the server and on the other clients.
That’s why I don’t know where the sound really comes from.
I’m doing it like this:
How to check that the sound is reproduced correctly on all sides?
Is there a master volume, a mute, or something like that that allows me to turn off the sound only on one side?
Thank you so much!!
Ivan3z
(Ivan3z)
October 29, 2022, 6:53am
2
Ok… I tried this too but I don’t get the effect I want either.
This turns off the sound on the client or server… but others can’t hear it either.
I don’t know if this is its correct operation or if the sound is not correctly replicated…
Create Sound Class
Load Master Class
Configure Mute
Configure UnMute
FlipFlop
I’m very confused!! A little help please!!
Thank you very much!!
Ivan3z
(Ivan3z)
October 29, 2022, 8:22am
3
This works!!
Hi Jiggly,
With the 4.8 feature of multiple audio devices, you can do exactly this.
To hear only audio from PIE window even when you switch to a different PIE window, use the console command:
“SoloAudio”
To clear the command type:
“ClearSoloAudio”
Any way to do the same from a blueprint?
I would like to be able to do it by pressing a key on the keyboard. (Like the FlipFlop example).
Thank you very much!!
1 Like
Ivan3z
(Ivan3z)
October 29, 2022, 8:42am
4
This is exactly what I needed!!
2 Likes