Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshNormals
Warnings * NormalOverlay must be attached to ParentMesh or an exact copy
Description
Recompute the per-element normals of the given overlay by averaging one-ring face normals
NormalOverlay must be attached to ParentMesh or an exact copy
| Name | RecomputeOverlayNormals |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/MeshNormals.h |
| Include Path | #include "DynamicMesh/MeshNormals.h" |
void RecomputeOverlayNormals
(
const FDynamicMeshNormalOverlay * NormalOverlay,
bool bWeightByArea,
bool bWeightByAngle
)