Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-_31
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ShapeFunctions.h |
| Include | #include "GeometryScript/ShapeFunctions.h" |
| Source | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Private/ShapeFunctions.cpp |
static bool GetRayPlaneIntersection
&40;
FRay Ray,
FPlane Plane,
double & HitDistance
&41;
Remarks
Find the intersection of a Ray and a Plane true if the ray hits the plane (only false if ray is parallel with plane)
Parameters
| Name | Description |
|---|---|
| HitDistance | the returned Distance along the ray (Ray Parameter) to intersection point with the Plane |