Trying to get line trace between two objects

Hello,
I’m trying to implement a grapple system, I’m currently working on the LOS for it. I can’t get the endpoint correct for it or figure out why. Everything seems right to me, I’ve tried multiple things. All have a similar concept to the Blueprint.
This is what the result is

If you want to go from the camera to the actor, just put those locations in the trace. You don’t need to subtract one from the other.

Thanks, I’m not sure why I was subtracting there. I think it’s because I was copying some of my old line trace blueprint that functions differently. Again, thanks a bunch!