FMeshNormals::CopyToVertexNormals

Copy the current set of normals to the vertex normals of SetMesh

Windows
MacOS
Linux

Warnings

  • assumes that the computed normals are vertex normals

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/MeshNormals.h

Include

#include "MeshNormals.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/MeshNormals.cpp

Syntax

void CopyToVertexNormals
(
    FDynamicMesh3 * SetMesh,
    bool bInvert
) const

Remarks

Copy the current set of normals to the vertex normals of SetMesh

assumes that the computed normals are vertex normals

Parameters

Parameter

Description

bInvert

if true, normals are flipped

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss