Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
References
| Module | MeshPaintingToolset |
| Header | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/TMeshPaintOctree.h |
| Include | #include "TMeshPaintOctree.h" |
Syntax
struct FMeshPaintTriangleOctreeSemantics
Remarks
Semantics for the simple mesh paint octree
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreElementsEqual
(
const FMeshPaintTriangle& A, |
Determine if two octree elements are equal | |
| FBoxCenterAndExtent | GetBoundingBox
(
const FMeshPaintTriangle& Element |
Get the bounding box of the provided octree element. | |
| void | SetElementId
(
const FMeshPaintTriangle& Element, |
Ignored for this implementation |
Enums
Typedefs
| Name | Description |
|---|---|
| ElementAllocator |