Door opening or closing sound issue in VR

Hi,

I would like to ask is there anyway to let the door sound plays only once when I press and hold the door knob with grab button when opening or closing the door from it origin rotation point? I’ve try to link “Play Sound at Location” from the “OnComponentBeginOverlap (HandleCollision)” and “OnComponentEndOverlap (HandleCollision)”, the sound will loop or non-stop repeating

when I press and hold the grab button in VR mode. Thanks!

I’m not sure if you’ve figured this out already - but have you tried adding your sound as an audio component to your Door_Interactive_BP (with ‘auto activate’ unchecked), and then using the ‘play audio component’ node instead of ‘play sound at location’?