FComputeMeshPerVertexNormalsNode

Recompute per-vertex normals stored directly on the mesh. Can apply in-place.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

GeometryFlowMeshProcessing

Header

/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowMeshProcessing/Public/MeshProcessingNodes/MeshNormalsNodes.h

Include

#include "MeshProcessingNodes/MeshNormalsNodes.h"

Syntax

class FComputeMeshPerVertexNormalsNode : public UE::GeometryFlow::FSimpleInPlaceProcessMeshBaseNode

Remarks

Recompute per-vertex normals stored directly on the mesh. Can apply in-place.

Overridden from FSimpleInPlaceProcessMeshBaseNode

Name Description

Public function Virtual

void

 

ApplyNodeToMesh

(
    FDynamicMesh3& MeshInOut,
    TUniquePtr< FEvaluationInfo >& Eva...
)

Subclasses only have to implement this