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