Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshNormals
Method to use when copying split normals to per-vertex normals.
| Name | ECombineSplitNormalsMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/MeshNormals.h |
| Include Path | #include "DynamicMesh/MeshNormals.h" |
Syntax
enum ECombineSplitNormalsMethod
{
Average,
CopyAny,
}
Values
| Name | Remarks |
|---|---|
| Average | Average the split normals. |
| CopyAny | Arbitrarily choose one of the normals to exactly copy. |