Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/GeometryWriter
Warnings * meshIndex must be less than the value returned by getMeshCount.
Description
MeshIndex must be less than the value returned by getMeshCount.
| Name | deleteMesh |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/GeometryWriter.h |
| Include Path | #include "dna/layers/GeometryWriter.h" |
void deleteMesh
(
std::uint16_t meshIndex
)
Parameters
| Name | Remarks |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |