EBakedCurvatureTypeMode

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

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

Include

#include "BakeMeshAttributeMapsTool.h"

Syntax

enum EBakedCurvatureTypeMode
{
    MeanAverage,
    Max,
    Min,
    Gaussian,
}

Values

Name

Description

MeanAverage

Mean Curvature is the average of the Max and Min Principal curvatures

Max

Max Principal Curvature

Min

Min Principal Curvature

Gaussian

Gaussian Curvature is the product of the Max and Min Principal curvatures

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