Open / Close Door in VR in unreal engine

I’m trying to implement an open / close door through [this]
(Opening Doors | Unreal Engine 4.27 Documentation).
I completed this tutorial and added a trigger box, however whenever I try to teleport in the trigger box region, the door does not open.

I’m fairly new to unreal, come someone please help me figure out what I should do here?

Hi.
I guess you’re using a “Set Actor Location” to teleport.
You may try check the option “Sweep” like in the screenshot below


If it still doesn’t trigger the volume, you may calculate at each teleport if there is any door nearby your character. and if the horizontal distance is below a certain threshold, you can play it’s animation