Line Plane Intersection (Origin & Normal)

Line Plane Intersection (Origin & Normal)

Windows
MacOS
Linux

Computes the intersection point between a line and a plane.

Target is Kismet Math Library

Line Plane Intersection (Origin & Normal)
Line Start
X0
Y 0
Z 0
Line End
X0
Y 0
Z 0
Plane Origin
X0
Y 0
Z 0
Plane Normal
X0
Y 0
Z 0
T
0.0
Intersection
X0
Y 0
Z 0
Return Value

Inputs

Line Start
Vector (by ref)
Line End
Vector (by ref)
Plane Origin
Vector
Plane Normal
Vector

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