Navigation
API > API/Plugins > API/Plugins/NearestNeighborModel
References
| |
|
| Module |
NearestNeighborModel |
| Header |
/Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModel/Public/NearestNeighborModel.h |
| Include |
#include "NearestNeighborModel.h" |
Syntax
enum ENearestNeighborModelSectionWeightMapCreationMethod
{
FromText,
SelectedBones,
VertexAttributes,
ExternalTxt,
}
Values
| Name |
Description |
| 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 |