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
(
FDynamicMeshNormalOverlay * NormalOverlay,
bool bInvert
) 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 |