LinePlaneIntersection

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FVector

 

LinePlaneIntersection

(
    const FVector& Point1,
    const FVector& Point2,
    const FPlane& Plane
)

Find the intersection of a line and a plane.

Public function Static

FVector

 

LinePlaneIntersection

(
    const FVector& Point1,
    const FVector& Point2,
    const FVector& PlaneOrigin,
    const FVector& PlaneNormal
)

Find the intersection of a line and an offset plane.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss