Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Value Query mode
| Name | EMeshVertexAttributePaintToolValueQueryType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/MeshVertexAttributePaintToolBase.h |
| Include Path | #include "MeshVertexAttributePaintToolBase.h" |
Syntax
enum EMeshVertexAttributePaintToolValueQueryType
{
Interpolated,
NearestVertexFast,
NearestVertexAccurate,
}
Values
| Name | Remarks |
|---|---|
| Interpolated | Value is interpolated from triangle vertices |
| NearestVertexFast | Return the value at the closest vertex of the triangle under the mouse cursor |
| NearestVertexAccurate | Return the value of the nearest vertex inside the brush radius, even if the vertex is not on the triangle under the mouse cursor |