Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/DefinitionWriter
Description
Set which meshes belong to which level of detail.
| Name | setLODMeshMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionWriter.h |
| Include Path | #include "dna/layers/DefinitionWriter.h" |
void setLODMeshMapping
(
std::uint16_t lod,
std::uint16_t index
)
Parameters
| Name | Remarks |
|---|---|
| lod | The actual level of detail to which the meshes are being associated. |
| index | The index onto which mesh indices were assigned using setMeshIndices. |
See Also
- setMeshIndices