Delay In Begin & End Overlap

So I was setting up a blueprint for the door to open when I step into the box trigger and close when I am no longer inside the box , But I am facing some delay issues . As I stay inside the box for 5 seconds then as soon as I stepped out of the box it takes 5 seconds to close . How can I fix that ? Is That a bug ?

Can you post a screenshot of your blueprint?

Here You Go

The reason there is a delay issue is because it is firing a matinee actor instead of a function to open and close the door in a BP or one that moves the door mesh directly from the level BP…when you overlap and play the matinee it is playing for the amount of time you are overlapping so to reverse it must play that amount backwards. Try setting up a timeline to set the rotation (or location) of the door piece that moves instead and on begin overlap play it forward and on end overlap play it in reverse that way there isn’t a delay.

Alright mate , It Works !! Thank You