Raycast for isometric type game

You have your end location set to your actor location + 300. What you want to do is set the start location of the trace to your actor location. Then for your end trace location you will take the actor forward vector and multiply it by the distance you want the trace to be.