Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/PoolSpliceParams
Description
This may significantly reduce the amount of computation that needs to be performed.
The mesh indices will be copied into PoolSpliceParams.
| Name | setMeshFilter |
| Type | function |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/genesplicer/splicedata/PoolSpliceParams.h |
| Include Path | #include "genesplicer/splicedata/PoolSpliceParams.h" |
void setMeshFilter
(
const std::uint16_t * meshIndices,
std::uint16_t count
)
Parameters
| Name | Remarks |
|---|---|
| meshIndices | The indices of meshes that will participate in splicing, while Meshes not present in this list will be skipped. |
| count | The number of Mesh indices, i.e. the length of the meshIndices array. |