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