Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
The channel to get the mask data from.
| Name | EMLDeformerMaskChannel |
| Type | enum |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
Syntax
enum EMLDeformerMaskChannel
{
Disabled,
VertexColorRed,
VertexColorGreen,
VertexColorBlue,
VertexColorAlpha,
VertexAttribute,
}
Values
| Name | Remarks |
|---|---|
| Disabled | Disable the weight mask. |
| VertexColorRed | The red vertex color channel. |
| VertexColorGreen | The green vertex color channel. |
| VertexColorBlue | The blue vertex color channel. |
| VertexColorAlpha | The alpha vertex color channel. |
| VertexAttribute | Use a set of vertex attributes on the skeletal mesh. |