Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/DefinitionReader
Warnings * The index must be less than the value returned by getMeshBlendShapeChannelMappingCount.
Description
The index must be less than the value returned by getMeshBlendShapeChannelMappingCount.
| Name | getMeshBlendShapeChannelMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionReader.h |
| Include Path | #include "dna/layers/DefinitionReader.h" |
MeshBlendShapeChannelMapping getMeshBlendShapeChannelMapping
(
std::uint16_t index
) const
A structure holding the mesh index and the associated blend shape channel index.
Parameters
| Name | Remarks |
|---|---|
| index | A mapping's position in the zero-indexed array of mesh-blend shape channel mappings. |