Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/DefinitionWriter
Description
The index denotes the position of an entire blend shape channel index list, not the position of it's individual elements, i.e. the row index in a 2D matrix of blend shape channel indices.
The blend shape channel index storage will be implicitly resized (if needed) to provide storage for the number of blend shape channel name indices that is inferred from the specified index.
These indices can be used to access blend shape channel names through DefinitionReader::getBlendShapeChannelName.
| Name | setBlendShapeChannelIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionWriter.h |
| Include Path | #include "dna/layers/DefinitionWriter.h" |
void setBlendShapeChannelIndices
(
std::uint16_t index,
const std::uint16_t * blendShapeChannelIndices,
std::uint16_t count
)
Parameters
| Name | Remarks |
|---|---|
| index | A position in a zero-indexed array where blend shape channel name indices are stored. |
| blendShapeChannelIndices | The source address from which the blend shape channel name indices are to be copied. |
| count | The number of blend shape channel name indices to copy. |