Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/GeometryReader
Warnings meshIndex must be less than the value returned by getMeshCount. faceIndex must be less than the value returned by getFaceCount.
Description
MeshIndex must be less than the value returned by getMeshCount.
faceIndex must be less than the value returned by getFaceCount.
| Name | getFaceVertexLayoutIndices |
| 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 > getFaceVertexLayoutIndices
(
std::uint16_t meshIndex,
std::uint32_t faceIndex
) const
View over the list of vertex layout indices.
Parameters
| Name | Remarks |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |
| faceIndex | A face's position in the zero-indexed array of faces that belong to the above referenced mesh. |
See Also
- getVertexLayout