Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/DefinitionWriter
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionWriter.h |
| Include | #include "dna/layers/DefinitionWriter.h" |
void setMeshBlendShapeChannelMapping
&40;
std::uint32_t index,
std::uint16_t meshIndex,
std::uint16_t blendShapeChannelIndex
&41;
Remarks
Associate a blend shape channel with it's mesh.
Parameters
| Name | Description |
|---|---|
| index | A mapping's position in the zero-indexed array of mesh-blend shape channel mappings. |
| meshIndex | A mesh's position in the zero-indexed array of mesh names. |
| blendShapeChannelIndex | A blend shape channel's position in the zero-indexed array of blend shape channel names. |