Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
ETransferVertexColorMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshVertexColorFunctions.h |
| Include Path |
#include "GeometryScript/MeshVertexColorFunctions.h" |
Syntax
enum ETransferVertexColorMethod
{
ClosestPointOnSurface = 0,
Inpaint = 1,
}
Values
| Name |
Remarks |
| ClosestPointOnSurface |
For every vertex on the TargetMesh, find the closest point on the surface of the SourceMesh and transfer colors from it. |
| Inpaint |
For every vertex on the target mesh, find the closest point on the surface of the source mesh. |