This is more a question than a report… unless it is bugged, then it is a report?
Err anyway… From resolving the question here, I found that:
FMath::PointDistToLine does not
actually get a point along the line.
It seems to get a point on the
opposite side of the targetpoint from
the line.
(I can draw up an example image if needed)
I had assumed the function was suppose to get a point along the line to return the distance from, but there is no comments above the function so Im not entirely sure.
Is this intended?