Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/GeometryReader
Warnings meshIndex must be less than the value returned by getMeshCount. vertexIndex must be less than the value returned by getVertexPositionCount.
Description
MeshIndex must be less than the value returned by getMeshCount.
vertexIndex must be less than the value returned by getVertexPositionCount.
The joint indices are stored in the same order as the weights they are associated with.
| Name | getSkinWeightsJointIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/GeometryReader.h |
| Include Path | #include "dna/layers/GeometryReader.h" |
ConstArrayView< std::uint16_t > getSkinWeightsJointIndices
(
std::uint16_t meshIndex,
std::uint32_t vertexIndex
) const
View over the list of joint indices.
Parameters
| Name | Remarks |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |
| vertexIndex | A position in the zero-indexed array of vertices. |