Adding sounds to physics - how?

I have a physics-based door (swinging door) and I need to add sounds to it. Like, play sound when door comes to one of the extremes (open/close), squeak when swinging (start, loop, stop) with sound changing (if I may say so) depending on how fast I swing the door, etc.

How can I do this? I use UE5.4.3 with VRE plugin (this is for VR where I open/close/swing door with my hand, physically, as I do in the real-world).
Thanks

You can try tracking the angular velocity of the door and play sounds for each speed of the door.

This is my vision, but you can try doing it.

1 Like