Navigation
API > API/Plugins > API/Plugins/GeneSplicerModule
| Name | FGenePool |
| Type | class |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerModule/Public/GenePool.h |
| Include Path | #include "GenePool.h" |
Syntax
class FGenePool
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenePool
(
const FString& Path, |
GenePool.h | ||
FGenePool
(
FArchive& Ar, |
GenePool.h | ||
FGenePool
(
const IDNAReader* DeltaArchetype, |
GenePool.h | ||
| GenePool.h | |||
| GenePool.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FGenePool() |
GenePool.h |
Enums
Public
| Name | Remarks |
|---|---|
| ECalculationType |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GenePoolPtr | TUniquePtr< gs4::GenePool > | GenePool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetArchetypeNeutralJointWorldRotation
(
uint16 JointIndex |
GenePool.h | ||
FVector GetArchetypeNeutralJointWorldTranslation
(
uint16 JointIndex |
GenePool.h | ||
FVector GetArchetypeVertexPosition
(
uint16 MeshIndex, |
GenePool.h | ||
uint16 GetDNAAge
(
uint16 DNAIndex |
GenePool.h | ||
uint16 GetDNACount() |
GenePool.h | ||
EGender GetDNAGender
(
uint16 DNAIndex |
GenePool.h | ||
FString GetDNAName
(
uint16 DNAIndex |
GenePool.h | ||
FVector GetDNANeutralJointWorldRotation
(
uint16 DNAIndex, |
GenePool.h | ||
FVector GetDNANeutralJointWorldTranslation
(
uint16 DNAIndex, |
GenePool.h | ||
FVector GetDNAVertexPosition
(
uint16 DNAIndex, |
GenePool.h | ||
uint16 GetJointCount() |
GenePool.h | ||
FString GetJointName
(
uint16 JointIndex |
GenePool.h | ||
uint16 GetMeshCount() |
GenePool.h | ||
uint32 GetVertexPositionCount
(
uint16 MeshIndex |
GenePool.h | ||
void Serialize
(
FArchive& Ar, |
GenePool.h | ||
void WriteToFile
(
const FString& Path, |
GenePool.h |