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 dna indices will be copied into PoolSpliceParams.
| Name | setDNAFilter |
| Type | function |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/genesplicer/splicedata/PoolSpliceParams.h |
| Include Path | #include "genesplicer/splicedata/PoolSpliceParams.h" |
void setDNAFilter
(
const std::uint16_t * dnaIndices,
std::uint16_t count
)
Parameters
| Name | Remarks |
|---|---|
| dnaIndices | The indices of DNAs that will participate in splicing, while DNAs not present in this list will be skipped. |
| count | The number of DNA indices, i.e. the length of the dnaIndices array. |