Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TMeshAABBTree3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/MeshAABBTree3.h |
| Include | #include "Spatial/MeshAABBTree3.h" |
Syntax
class FTreeTraversal
Variables
| Type | Name | Description | |
|---|---|---|---|
| TFunction< void(int, int)> | BeginBoxTrianglesF | These functions are called in sequence if NextBoxF returned true and the current node is a leaf. | |
| TFunction< void(int)> | EndBoxTrianglesF | ||
| TFunction< bool(const FAxisAlignedBox3d &, int)> | NextBoxF | The traversal is terminated at the current node if this function returns false. | |
| TFunction< void(int)> | NextTriangleF |