Navigation
API > API/Runtime > API/Runtime/GeometryCore
| Name | FIntersectionsQueryResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/MeshAABBTree3.h |
| Include Path | #include "Spatial/MeshAABBTree3.h" |
Syntax
struct FIntersectionsQueryResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Points | TArray< FPointIntersection > | Spatial/MeshAABBTree3.h | ||
| Polygons | TArray< FPolygonIntersection > | Spatial/MeshAABBTree3.h | ||
| Segments | TArray< FSegmentIntersection > | Spatial/MeshAABBTree3.h |