Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshNormals
Warnings * assumes that the computed normals are vertex normals
Description
Copy the current set of normals to the vertex normals of SetMesh
assumes that the computed normals are vertex normals
| Name | CopyToVertexNormals |
| 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 CopyToVertexNormals
(
FDynamicMesh3 * SetMesh,
bool bInvert
) const
Parameters
| Name | Remarks |
|---|---|
| bInvert | if true, normals are flipped |