Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODImporterData.h |
| Include | #include "Rendering/SkeletalMeshLODImporterData.h" |
Syntax
struct FWedgeInfoOctreeSemantics
Remarks
Helper struct for the mesh component vert position octree
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreElementsEqual
(
const FWedgeInfo& A, |
Determine if two octree elements are equal | |
| FBoxCenterAndExtent | GetBoundingBox
(
const FWedgeInfo& Element |
Get the bounding box of the provided octree element. | |
| void | SetElementId
(
const FWedgeInfo& Element, |
Ignored for this implementation |
Typedefs
| Name | Description |
|---|---|
| ElementAllocator |
Constants
| Name | Description |
|---|---|
| MaxElementsPerLeaf | |
| MaxNodeDepth | |
| MinInclusiveElementsPerNode |