Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| |
|
| Module |
GeometryScriptingCore |
| Header |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBoneWeightFunctions.h |
| Include |
#include "GeometryScript/MeshBoneWeightFunctions.h" |
Syntax
enum ETransferBoneWeightsMethod
{
ClosestPointOnSurface = 0,
InpaintWeights = 1,
}
Values
| Name |
Description |
| 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. |