I’m sorry, here is a bit more explanation. Get the all the points on the track near the player and use https://docs.unrealengine.com/latest/INT/API/Runtime/Engine/AI/Navigation/UNavigationSystem/GetPathLength/1/index.html to get the point with the shortest length. Then, using a spline or however you draw the line, connect it from the player to that point.