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