Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/DefinitionReader
Warnings * The lod index must be less than the value returned by getLODCount.
Description
The indices from this list can be used with the getMeshBlendShapeChannelMapping API to retrieve individual mapping items.
The lod index must be less than the value returned by getLODCount.
| Name | getMeshBlendShapeChannelMappingIndicesForLOD |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionReader.h |
| Include Path | #include "dna/layers/DefinitionReader.h" |
ConstArrayView< std::uint16_t > getMeshBlendShapeChannelMappingIndicesForLOD
(
std::uint16_t lod
) const
View over the mesh blend shape channel mapping indices.
Parameters
| Name | Remarks |
|---|---|
| lod | The level of detail which meshes are being requested. |
See Also
-
getLODCount