Two events trigger

Trying to get it so that two events are needed to trigger the rest of the bp such as toggling visibility.
Ideally i want my bp to trigger only if the hit event triggers AND the action button [E] is pressed.

I’m guessing i have to use a branch but i’m unsure of how to correctly establish my conditions.

Thanks, but i’m not getting any feedback from my key press at all. I set up some print strings to debug and i always get a false result from the branch. i also setup a few print strings to check my keypress and it’s not registering on a whole, i dont get any response from pressing that key.

Maybe you have to enable colision to make the key work. And can you show me when event 0 hit event is called?

I have a standard linetrace coming from my camera and when it collides with an object it checks if that object has the interface “Hit Event” attached to it, if it does then it starts that function, ifnot nothing happens.

What i’m trying to get working is, if i’m looking at an object, a prompt appears. If i’m looking at AND pressing [E] then another event happens .

That’s what you need.