Player (Interactor)
Inside your character blueprint add the actor component UniversalInteractor.
The Universal Interactor component has a couple of properties that allow for dynamic interaction against interactables, to check out all modifiable properties go to Interactor Component.
Finally, setup an Input Action for interaction, you have to tell the interaction system when to begin interacting on an object:
Started -> Begin Interact
Completed -> End Interact