Navigation
API > API/Plugins > API/Plugins/GeneSplicerModule
A wrapper class for GeneSplicer
| Name | FGeneSplicer |
| Type | class |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerModule/Public/GeneSplicer.h |
| Include Path | #include "GeneSplicer.h" |
Syntax
class FGeneSplicer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeneSplicer
(
ECalculationType calculationType |
Constructor. | GeneSplicer.h | |
FGeneSplicer
(
const FGeneSplicer& |
GeneSplicer.h | ||
FGeneSplicer
(
FGeneSplicer&& rhs |
GeneSplicer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FGeneSplicer() |
GeneSplicer.h |
Enums
Public
| Name | Remarks |
|---|---|
| ECalculationType | Implementation type for GeneSplicer calculations. |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GeneSplicerPtr | TUniquePtr< gs4::GeneSplicer > | GeneSplicer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Splice
(
const FSpliceData& InMixData, |
Run all the individual splicers. | GeneSplicer.h | |
void SpliceBlendShapes
(
const FSpliceData& InMixData, |
Run only the blend shape splicer. | GeneSplicer.h | |
void SpliceJointBehavior
(
const FSpliceData& InMixData, |
Run only the joint behavior splicer. | GeneSplicer.h | |
void SpliceNeutralJoints
(
const FSpliceData& InMixData, |
Run only the neutral joint splicer. | GeneSplicer.h | |
void SpliceNeutralMeshes
(
const FSpliceData& InMixData, |
Run only the neutral mesh splicer. | GeneSplicer.h | |
void SpliceSkinWeights
(
const FSpliceData& InMixData, |
Run only the skin weight splicer. | GeneSplicer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeneSplicer & operator=
(
const FGeneSplicer& |
GeneSplicer.h | ||
FGeneSplicer & operator=
(
FGeneSplicer&& rhs |
GeneSplicer.h |