Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FTransferVertexColorAttribute
| |
|
| Name |
ETransferMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/TransferDynamicMeshAttributes.h |
| Include Path |
#include "Operations/TransferDynamicMeshAttributes.h" |
Syntax
enum ETransferMethod
{
ClosestPointOnSurface = 0,
Inpaint = 1,
}
Values
| Name |
Remarks |
| ClosestPointOnSurface |
For every vertex on the target mesh, find the closest point on the surface of the source mesh. |
| Inpaint |
Same as the ClosestPointOnSurface but for all the vertices we didn't copy the weights directly, automatically compute the smooth weights. |