Original Discord Post by haruncelik99 | 2024-09-10 15:01:54
I added a widget video to my scene in Unreal and when I type the word ‘x’ in the chat, the video opens, but I don’t want my character to talk in the background while the video is playing. How can I handle this?
Hello <@426460975529721856> , to stop the character from talking, you can use the InterruptSpeech function. As a parameter, you can set InVoiceFadeOutDuration. If you pass 0, the character will stop talking immediately.