Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPoly
Description
Checks to see if the specified line intersects this poly or not. If "Intersect" is a valid pointer, it is filled in with the intersection point.
| Name | DoesLineIntersect |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Polys.h |
| Include Path | #include "Engine/Polys.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Polygon.cpp |
bool DoesLineIntersect
(
FVector Start,
FVector End,
FVector * Intersect
)