Top Down Line Trace

Hey,

I didn’t mention it in the text but if you look closely at the blueprint graph screenshots, the Plane Normal parameter of the Line Plane Intersection node needs to be set to (0, 0, 1). This is because we’re in a top down game and we can assume the trace will always come from the top. This means we want the plane to intersect with to face upwards (+ Z).