Navigation
API > API/Plugins > API/Plugins/GeneSplicerModule
| Name | EGenePoolMask |
| Type | enum |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerModule/Public/GenePool.h |
| Include Path | #include "GenePool.h" |
Syntax
enum EGenePoolMask
{
NeutralMeshes = 1 << 0,
BlendShapes = 1 << 1,
SkinWeights = 1 << 2,
NeutralJoints = 1 << 3,
JointBehavior = 1 << 4,
All = (1 << 5) - 1,
}
Values
| Name | Remarks |
|---|---|
| NeutralMeshes | |
| BlendShapes | |
| SkinWeights | |
| NeutralJoints | |
| JointBehavior | |
| All |