sound keep on playing when turn off video

I have done a cinematic for my videogame. The video starts and when enter is pressed the vide disappears and show the menu. Everything is ok but the only problem is that sound keeps playing. We are working with a level blueprint (as you can see, if enter is pressed appears the “Remove from parent” node. I think maybe we could add something to this node to make disappear the sound.
Do you know could we do it?
Thank you!
Isabel

https://forums.unrealengine.com/core/image/gif;base64

Is the video still rendering? Removing from parent may make the video no longer display, but it might not actually stop the video.

Hi @dan.reynolds , thank you for the answer. Do you know another alternative for “remove from parent” to stop the video??
Thank you!!

Hi, do you know an alternative for “Remove form parent?” I’ve played a video in my blueprint menu level. When enter key is pressed, the video doesn’t display in the viewport but is still rendering and the sound keeps going on.
Do you know how to fix this and stop the video completely pressing a key?
Thank you

@isabelgalvez Try creating a function on your Video Widget to stop the video. Then you can remove from parent and set your Widget Reference to null, that will release it for Garbage Collection.