Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/SpliceData
| Name | Impl |
| Type | class |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Private/genesplicer/splicedata/SpliceDataImpl.h |
| Include Path | #include "genesplicer/splicedata/SpliceDataImpl.h" |
Syntax
class Impl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Impl
(
MemoryResource* memRes_ |
genesplicer/splicedata/SpliceDataImpl.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| pool_name_type | String< char > | genesplicer/splicedata/SpliceDataImpl.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| baseArchetype | RawGenes | genesplicer/splicedata/SpliceDataImpl.h | ||
| memRes | MemoryResource * | genesplicer/splicedata/SpliceDataImpl.h | ||
| pools | UnorderedMap< std::string, ScopedPtr< PoolSpliceParamsImpl > > | genesplicer/splicedata/SpliceDataImpl.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void cacheAll() |
genesplicer/splicedata/SpliceDataImpl.h | ||
Vector< const PoolSpliceParamsImpl * > getAllPoolParams() |
genesplicer/splicedata/SpliceDataImpl.h | ||
const RawGenes & getBaseArchetype() |
genesplicer/splicedata/SpliceDataImpl.h | ||
PoolSpliceParams * getPoolParams
(
StringView name |
genesplicer/splicedata/SpliceDataImpl.h | ||
void registerGenePool
(
StringView name, |
genesplicer/splicedata/SpliceDataImpl.h | ||
void setBaseArchetype
(
const dna::Reader* baseArchetype |
genesplicer/splicedata/SpliceDataImpl.h | ||
void unregisterGenePool
(
StringView name |
genesplicer/splicedata/SpliceDataImpl.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static Impl * create
(
MemoryResource* memRes_ |
genesplicer/splicedata/SpliceDataImpl.h | ||
static void destroy
(
Impl* instance |
genesplicer/splicedata/SpliceDataImpl.h |