Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/GeometryReader
Warnings * meshIndex must be less than the value returned by getMeshCount.
Description
This is an advanced API for performance critical access, for more convenient usage see getVertexLayout.
meshIndex must be less than the value returned by getMeshCount.
| Name | getVertexLayoutNormalIndices |
| 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 > getVertexLayoutNormalIndices
(
std::uint16_t meshIndex
) const
View over all vertex normal indices.
Parameters
| Name | Remarks |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |