Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/GeometryReader
Warnings * meshIndex must be less than the value returned by getMeshCount.
Description
MeshIndex must be less than the value returned by getMeshCount.
| Name | getVertexPositionCount |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/GeometryReader.h |
| Include Path | #include "dna/layers/GeometryReader.h" |
std::uint32_t getVertexPositionCount
(
std::uint16_t meshIndex
) const
Parameters
| Name | Remarks |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |