Navigation
API > API/Editor > API/Editor/MeshPaint > API/Editor/MeshPaint/FMeshPaintTriangleOctreeSemantic-
Description
Get the bounding box of the provided octree element. In this case, the box is merely the point specified by the element.
| Name | GetBoundingBox |
| Type | function |
| Header File | /Engine/Source/Editor/MeshPaint/Public/TMeshPaintOctree.h |
| Include Path | #include "TMeshPaintOctree.h" |
static FBoxCenterAndExtent GetBoundingBox
(
const FMeshPaintTriangle & Element
)
Bounding box of the provided octree element
Parameters
| Name | Remarks |
|---|---|
| Element | Octree element to get the bounding box for |