Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FWedgeInfoOctreeSemantics
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/Runtime/Engine/Public/Rendering/SkeletalMeshLODImporterData.h |
| Include Path | #include "Rendering/SkeletalMeshLODImporterData.h" |
static FBoxCenterAndExtent GetBoundingBox
(
const FWedgeInfo & Element
)
Bounding box of the provided octree element
Parameters
| Name | Remarks |
|---|---|
| Element | Octree element to get the bounding box for |