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. faceIndex must be less than the value returned by getFaceCount.
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/GeometryReader.h |
Include | #include "dna/layers/GeometryReader.h" |
ConstArrayView< std::uint32_t > getFaceVertexLayoutIndices
&40;
std::uint16_t meshIndex,
std::uint32_t faceIndex
&41; const
Remarks
MeshIndex must be less than the value returned by getMeshCount.
faceIndex must be less than the value returned by getFaceCount. View over the list of vertex layout indices.
Parameters
Name | Description |
---|---|
meshIndex | A mesh's position in the zero-indexed array of meshes. |
faceIndex | A face's position in the zero-indexed array of faces that belong to the above referenced mesh. |