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