USmoothMeshTool::RequiresInitialVtxNormals

Optional base mesh per-vertex normals.

Windows
MacOS
Linux

Override Hierarchy

UBaseMeshProcessingTool::RequiresInitialVtxNormals()

USmoothMeshTool::RequiresInitialVtxNormals()

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/SmoothMeshTool.h

Include

#include "SmoothMeshTool.h"

Syntax

virtual bool RequiresInitialVtxNormals() const

Remarks

Optional base mesh per-vertex normals. Default enabled. These are computed at Tool startup if required, and then not modified, so can be passed to multithreaded operators/etc If this function returns true, BaseNormals will be initialized in Tool Setup(). This has some cost and should be disabled if not necessary.

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