Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/GeometryReader
Warnings meshIndex must be less than the value returned by getMeshCount. textureCoordinateIndex must be less than the value returned by getVertexTextureCoordinateCount.
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/GeometryReader.h |
Include | #include "dna/layers/GeometryReader.h" |
TextureCoordinate getVertexTextureCoordinate
&40;
std::uint16_t meshIndex,
std::uint32_t textureCoordinateIndex
&41; const
Remarks
MeshIndex must be less than the value returned by getMeshCount.
textureCoordinateIndex must be less than the value returned by getVertexTextureCoordinateCount. The texture coordinate.
Parameters
Name | Description |
---|---|
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. |