Regular actors should not handle input. You can disable input consumption but it’s a bad idea, generally speaking. Input belongs in the Player Pawn / Controller.
The E to interact
should be in the Character and should probably be an interface message. I’d look into that.