Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib
Encapsulates the input data that GeneSplicer uses during splicing.
| Name | GenePool |
| Type | class |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/genesplicer/splicedata/GenePool.h |
| Include Path | #include "genesplicer/splicedata/GenePool.h" |
Syntax
class GenePool
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
GenePool
(
const dna::Reader* deltaArchetype, |
Creates optimized structure for splicing that contains copy of all required data from DNAs that will be used in splicing. | genesplicer/splicedata/GenePool.h | |
GenePool
(
BoundedIOStream* stream, |
Creates optimized structure for splicing that contains copy of all required data from DNAs that will be used in splicing. | genesplicer/splicedata/GenePool.h | |
| genesplicer/splicedata/GenePool.h | |||
| genesplicer/splicedata/GenePool.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~GenePool() |
genesplicer/splicedata/GenePool.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DNAMismatch | const StatusCode | genesplicer/splicedata/GenePool.h | |
| DNAsEmpty | const StatusCode | genesplicer/splicedata/GenePool.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl, FactoryDestroy< Impl > > | genesplicer/splicedata/GenePool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void dump
(
BoundedIOStream* stream, |
Writes out GenePool to a stream. | genesplicer/splicedata/GenePool.h | |
Vector3 getArchetypeNeutralJointWorldRotation
(
std::uint16_t jointIndex |
Rotation of archetype's joint in world space. | genesplicer/splicedata/GenePool.h | |
Vector3 getArchetypeNeutralJointWorldTranslation
(
std::uint16_t jointIndex |
Translation of archetype's joint in world space. | genesplicer/splicedata/GenePool.h | |
Vector3 getArchetypeVertexPosition
(
std::uint16_t meshIndex, |
The vertex position of archetype. | genesplicer/splicedata/GenePool.h | |
std::uint16_t getDNAAge
(
std::uint16_t dnaIndex |
The index must be less than the value returned by getDNACount. | genesplicer/splicedata/GenePool.h | |
std::uint16_t getDNACount() |
genesplicer/splicedata/GenePool.h | ||
dna::Gender getDNAGender
(
std::uint16_t dnaIndex |
The index must be less than the value returned by getDNACount. | genesplicer/splicedata/GenePool.h | |
StringView getDNAName
(
std::uint16_t dnaIndex |
The index must be less than the value returned by getDNACount. | genesplicer/splicedata/GenePool.h | |
Vector3 getDNANeutralJointWorldRotation
(
std::uint16_t dnaIndex, |
Rotation of DNA's joint in world space. | genesplicer/splicedata/GenePool.h | |
Vector3 getDNANeutralJointWorldTranslation
(
std::uint16_t dnaIndex, |
Translation of DNA's joint in world space. | genesplicer/splicedata/GenePool.h | |
Vector3 getDNAVertexPosition
(
std::uint16_t dnaIndex, |
The vertex position of DNA. | genesplicer/splicedata/GenePool.h | |
std::uint16_t getJointCount() |
genesplicer/splicedata/GenePool.h | ||
StringView getJointName
(
std::uint16_t jointIndex |
Name of the requested joint. | genesplicer/splicedata/GenePool.h | |
std::uint16_t getMeshCount() |
genesplicer/splicedata/GenePool.h | ||
std::uint32_t getVertexPositionCount
(
std::uint16_t meshIndex |
Number of vertex positions in the entire mesh. | genesplicer/splicedata/GenePool.h |