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 getVertexNormal.
meshIndex must be less than the value returned by getMeshCount.
| Name | getVertexNormalYs |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/GeometryReader.h |
| Include Path | #include "dna/layers/GeometryReader.h" |
ConstArrayView< float > getVertexNormalYs
(
std::uint16_t meshIndex
) const
View over all Y values.
Parameters
| Name | Remarks |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |