Navigation
API > API/Runtime > API/Runtime/GeometryCore
| Name | EIntersectionResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/VectorUtil.h |
| Include Path | #include "VectorUtil.h" |
Syntax
enum EIntersectionResult
{
NotComputed,
Intersects,
NoIntersection,
InvalidQuery,
}
Values
| Name | Remarks |
|---|---|
| NotComputed | |
| Intersects | |
| NoIntersection | |
| InvalidQuery |