Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/GenePool
Warnings The index must be less than the value returned by getDNACount. meshIndex must be less than the value returned by getMeshCount. * vertexIndex must be less than the value returned by getVertexPositionCount.
Description
The index must be less than the value returned by getDNACount.
meshIndex must be less than the value returned by getMeshCount.
vertexIndex must be less than the value returned by getVertexPositionCount.
| Name | getDNAVertexPosition |
| 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 getDNAVertexPosition
(
std::uint16_t dnaIndex,
std::uint16_t meshIndex,
std::uint32_t vertexIndex
) const
Parameters
| Name | Remarks |
|---|---|
| dnaIndex | A position in the zero-indexed array of DNAs. |
| 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
-
getDNACount
-
getMeshCount
-
getVertexPositionCount