Teleport player when in trigger and key press.

Hey peoples.

What I’m trying to do is teleport a player when they are in a trigger volume and press the E key.
In UDK there was a “trigger used” that could be used in kismet to activate events when the player presses the use key.

Is there something like this in UE4?
I have this so far:

But it doesn’t work properly. It only teleports the player once it moves in, presses E, then moves out and then in again. :s

Maybe I’m doing it a stupid way?

Thanks

Get rid of the branch and the bool. Create a Gate node > plug beginoverlap to open > create endoverlap event and plug it to close > plug E to Enter.

Ahh that works perfectly! Thank you very much!