Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/GeneSplicerDNAReader
Warnings * User is responsible for releasing the returned pointer by calling destroy.
Description
During initialization, all the static data (data that is not generated during splicing) is copied from the given source reader.
If a custom memory resource is not given, a default allocation mechanism will be used.
User is responsible for releasing the returned pointer by calling destroy.
| Name | create |
| Type | function |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/genesplicer/GeneSplicerDNAReader.h |
| Include Path | #include "genesplicer/GeneSplicerDNAReader.h" |
| Source | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Private/genesplicer/GeneSplicerDNAReaderImpl.cpp |
static GeneSplicerDNAReader * create
(
const dna::Reader * reader,
MemoryResource * memRes
)
Parameters
| Name | Remarks |
|---|---|
| reader | The original DNA reader from which GeneSplicerDNAReader is initialized. |
| memRes | A custom memory resource to be used for allocations. |
See Also
- destroy