Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/VertexRegionAffiliationReader
Warnings meshIndex must be less than the value returned by getMeshCount. vertexIndex must be less than the value returned by getVertexCount.
Description
MeshIndex must be less than the value returned by getMeshCount.
vertexIndex must be less than the value returned by getVertexCount.
| Name | getVertexRegionAffiliation |
| Type | function |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/raf/VertexRegionAffiliationReader.h |
| Include Path | #include "raf/VertexRegionAffiliationReader.h" |
raf::ConstArrayView< float > getVertexRegionAffiliation
(
std::uint16_t meshIndex,
std::uint32_t vertexIndex
) const
Parameters
| Name | Remarks |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |
| vertexIndex | A vertex's position in the zero-indexed array of vertices. |