How to Pull a Spawned Blueprint Class Actor to a Character using a Cable?

Hello,

I’m new to Blueprints and am currently working on a top down perspective game. The objective is to click on the spawned enemy actors and pull them towards the player Character using a cable or some sort of hook(the enemy Actors are constantly spawned during runtime) The Actors spawn randomly above the Character. The camera is fixed and I want to be able to pull the Actors from behind my character since the latter cannot turn around. (And from the front too obviously)

So I’m having trouble pulling the enemy actors(I’m getting a hit but can’t pull the Actors to the Character or sending a hook to the Enemy location)