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