Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Intersection
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntersectionUtil.h |
| Include | #include "Intersection/IntersectionUtil.h" |
Syntax
struct FLinearIntersection
Remarks
FLinearIntersection contains intersection information returned by linear/primitive intersection functions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | intersects | ||
| int | numIntersections | ||
| FInterval1d | parameter |