Intersect(FLine, FLine, Boolean) | Calculate an intersection between the two lines and return the result as a point. |
Intersect(FLine, FVector2, Single) | Given line AB that has one point nearer than the Point C vector magnitude and one point further away, return Point D where vector C intersects line AB. |
Intersect(FVector2, FVector2, FVector2, Single) | Given line AB that has one point nearer than the Point C vector magnitude and one point further away, return Point D where vector C intersects line AB. |