Line Plane Intersection

Line Plane Intersection

Windows
MacOS
Linux

Computes the intersection point between a line and a plane.

Target is Kismet Math Library

Line Plane Intersection
Line Start
X0
Y 0
Z 0
Line End
X0
Y 0
Z 0
APlane
T
0.0
Intersection
X0
Y 0
Z 0
Return Value

Inputs

Line Start
Vector (by ref)
Line End
Vector (by ref)
APlane
Plane Structure (by ref)

Outputs

T
Float

The t of the intersection between the line and the plane

Intersection
Vector

The point of intersection between the line and the plane

Return Value
Boolean

True if the intersection test was successful.

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback