Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib
| |
|
| Name |
gs4::GenePoolMask |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/genesplicer/splicedata/GenePoolMask.h |
| Include Path |
#include "genesplicer/splicedata/GenePoolMask.h" |
Syntax
namespace gs4
{
enum GenePoolMask
{
NeutralMeshes = 1,
BlendShapes = 2,
SkinWeights = 4,
NeutralJoints = 8,
JointBehavior = 16,
All = 31,
}
}
Values
| Name |
Remarks |
| NeutralMeshes |
|
| BlendShapes |
|
| SkinWeights |
|
| NeutralJoints |
|
| JointBehavior |
|
| All |
|