Is it possible to use 2 events as an OR statement

Lets say I want to open a door using a blueprint interface to send a message. Now lets say I also wanted to open it another way such as a keyboard button or pressing e on an object. Is this possible in any context? If so, how?

Yes, you would just plug both events into what ever event you use to trigger opening the door, so you could have your BP trigger, and also a simple key press event that would go into the same trigger.

That was it, thank you.