Inputs
In order to control the interaction, you need to tell Narrative Interact when to start an interaction.
The most common method of starting interactions is using an input to tell Narrative Interact to start.
Add a new InputAction to handle the keypress. Connect the Started exec pin to the Begin Interact function from the Narrative Interaction component.
Next connect the Completed exit pin to the End Interact function on from the Narrative Interaction component.
note
It's important to connect the EndInteract function otherwise Narrative Interaction will think you are holding the interact down.