Where did you add the Interaction Component to?
In an Actor not being the Player?
If yes, you need to give this actor an Input Receive value in his class defaults.
Its recommendet to add the Interaction Component to a Pawn/Character/PlayerController… That has the Ability to receive Player Inputs by default.