Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/IIntersectionTarget
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SpatialInterfaces.h |
| Include | #include "Spatial/SpatialInterfaces.h" |
bool RayIntersect
&40;
const FRay3d & Ray,
FVector3d & HitOut,
FVector3d & HitNormalOut
&41;
true if ray hit the object
Parameters
| Name | Description |
|---|---|
| Ray | query ray |
| HitOut | returned hit point |
| HitNormalOut | returned hit point normal |