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