Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | EGeometryScriptPruneBoneWeightsAssignmentType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBoneWeightFunctions.h |
| Include Path | #include "GeometryScript/MeshBoneWeightFunctions.h" |
Syntax
enum EGeometryScriptPruneBoneWeightsAssignmentType
{
RenormalizeRemaining = 0,
ReassignToParent = 1,
}
Values
| Name | Remarks |
|---|---|
| RenormalizeRemaining | |
| ReassignToParent | Remove the bone from the bone weights and renormalize the remaining weights. |