Press E to open text does not disappear when pressing E

I am trying to create a blueprint for a door to open when pressing E. I basically want to copy paste the door to be used repeatedly. the problem is that the text does display “Press ‘E’ to open” but when i press E the text does not disappear or anything else. I am quite new to ue4. I followed a tutorial but I can’t seem to find out what I did wrong. if more info is required I will try and cooperate.
here is all the relevant things.

A more efficient method would also be appreciated.

I’ve made a Door BP for you, it use an interface to make bps comunicate. I attach you the project so you can study it (it’s pretty commented). To implement it in your project you have to set the interface to your player character. I’ve used this setup:

[Download Project][2]

Player character setup: