Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/VertexRegionAffiliationWriter
Description
The mesh storage will be implicitly resized (if needed) to provide storage for the number of meshes that is inferred from the specified index.
| Name | setVertexRegionIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/raf/VertexRegionAffiliationWriter.h |
| Include Path | #include "raf/VertexRegionAffiliationWriter.h" |
void setVertexRegionIndices
(
std::uint16_t meshIndex,
std::uint32_t vertexIndex,
const std::uint16_t * regionIndices,
std::uint16_t count
)
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 meshes. |
| regionIndices | The source address from which the region indices are to be copied. |
| count | The number of regions that affiliate with vertexIndex. |