Navigation
API > API/Plugins > API/Plugins/NearestNeighborModel
| Name | ENearestNeighborModelSectionWeightMapCreationMethod |
| Type | enum |
| Header File | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModel/Public/NearestNeighborModel.h |
| Include Path | #include "NearestNeighborModel.h" |
Syntax
enum ENearestNeighborModelSectionWeightMapCreationMethod
{
FromText,
SelectedBones,
VertexAttributes,
ExternalTxt,
}
Values
| Name | Remarks |
|---|---|
| FromText | Include all vertices from text with weight 1. |
| SelectedBones | Use skinning weights from selected bones. |
| VertexAttributes | Use weights from a vertex attribute. |
| ExternalTxt | Using an external .txt file |