Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/GeometryReader
Warnings meshIndex must be less than the value returned by getMeshCount. blendShapeTargetIndex must be less than the value returned by getBlendShapeTargetCount.
Description
MeshIndex must be less than the value returned by getMeshCount.
blendShapeTargetIndex must be less than the value returned by getBlendShapeTargetCount.
The vertex position indices are stored in the same order as the deltas they are associated with. These indices can be used to query the associated vertices themselves through getVertexPosition.
| Name | getBlendShapeTargetVertexIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/GeometryReader.h |
| Include Path | #include "dna/layers/GeometryReader.h" |
ConstArrayView< std::uint32_t > getBlendShapeTargetVertexIndices
(
std::uint16_t meshIndex,
std::uint16_t blendShapeTargetIndex
) const
View over the list of vertex position indices.
Parameters
| Name | Remarks |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |
| blendShapeTargetIndex | A position in the zero-indexed array of blend shape targets within the specified mesh. |
See Also
- getVertexPosition