Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/GenePool
Warnings meshIndex must be less than the value returned by getMeshCount. vertexIndex must be less than the value returned by getVertexPositionCount.
Description
MeshIndex must be less than the value returned by getMeshCount.
vertexIndex must be less than the value returned by getVertexPositionCount.
| Name | getArchetypeVertexPosition |
| Type | function |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/genesplicer/splicedata/GenePool.h |
| Include Path | #include "genesplicer/splicedata/GenePool.h" |
| Source | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Private/genesplicer/splicedata/genepool/GenePoolInterface.cpp |
Vector3 getArchetypeVertexPosition
(
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 | The index of the vertex position in the zero-indexed array of vertex positions. |
See Also
-
getMeshCount
-
getVertexPositionCount