Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FMeshNormals
Warnings * assumes that the computed normals are attribute normals
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/MeshNormals.h |
| Include | #include "DynamicMesh/MeshNormals.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/MeshNormals.cpp |
void CopyToOverlay
&40;
FDynamicMeshNormalOverlay &42; NormalOverlay,
bool bInvert
&41; const
Remarks
Copy the current set of normals to the NormalOverlay attribute layer
assumes that the computed normals are attribute normals
Parameters
| Name | Description |
|---|---|
| bInvert | if true, normals are flipped |