Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FSegmentTree3
This is a temporary data structure used in tree building
| Name | FBoxesSet |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SegmentTree3.h |
| Include Path | #include "Spatial/SegmentTree3.h" |
Syntax
struct FBoxesSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBoxesSet() |
Spatial/SegmentTree3.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Boxes | TDynamicVector< FTreeBox > | Spatial/SegmentTree3.h | ||
| IBoxCur | int | Spatial/SegmentTree3.h | ||
| IIndicesCur | int | Spatial/SegmentTree3.h | ||
| IndexList | TDynamicVector< int > | Spatial/SegmentTree3.h |