Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib
A stateless facility that wraps the splicing algorithms.
| Name | GeneSplicer |
| Type | class |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/genesplicer/GeneSplicer.h |
| Include Path | #include "genesplicer/GeneSplicer.h" |
Syntax
class GeneSplicer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
GeneSplicer
(
const GeneSplicer& |
genesplicer/GeneSplicer.h | ||
GeneSplicer
(
GeneSplicer&& rhs |
genesplicer/GeneSplicer.h | ||
GeneSplicer
(
CalculationType calculationType, |
Constructor. | genesplicer/GeneSplicer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~GeneSplicer() |
genesplicer/GeneSplicer.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl, FactoryDestroy< Impl > > | genesplicer/GeneSplicer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void splice
(
const SpliceData* spliceData, |
Run all the individual splicers. | genesplicer/GeneSplicer.h | |
void spliceBlendShapes
(
const SpliceData* spliceData, |
Run only the blend shape splicer. | genesplicer/GeneSplicer.h | |
void spliceJointBehavior
(
const SpliceData* spliceData, |
Run only the joint behavior splicer. | genesplicer/GeneSplicer.h | |
void spliceNeutralJoints
(
const SpliceData* spliceData, |
Run only the neutral joint splicer. | genesplicer/GeneSplicer.h | |
void spliceNeutralMeshes
(
const SpliceData* spliceData, |
Run only the neutral mesh splicer. | genesplicer/GeneSplicer.h | |
void spliceSkinWeights
(
const SpliceData* spliceData, |
Run only the skin weight splicer. | genesplicer/GeneSplicer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
GeneSplicer & operator=
(
const GeneSplicer& |
genesplicer/GeneSplicer.h | ||
GeneSplicer & operator=
(
GeneSplicer&& rhs |
genesplicer/GeneSplicer.h |