Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/SpliceData
Description
The baseArchetype DNA reader provides the neutral values that are used as base onto which deltas will be added.
All data reqired from pointer is copied to internal data structures, does not take over ownership.
| Name | setBaseArchetype |
| Type | function |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/genesplicer/splicedata/SpliceData.h |
| Include Path | #include "genesplicer/splicedata/SpliceData.h" |
| Source | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Private/genesplicer/splicedata/SpliceDataImpl.cpp |
void setBaseArchetype
(
const dna::Reader * baseArchetype
)
Parameters
| Name | Remarks |
|---|---|
| baseArchetype | The baseArchetype DNA reader. |