EBakedCurvatureColorMode

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

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

Include

#include "BakeMeshAttributeMapsTool.h"

Syntax

enum EBakedCurvatureColorMode
{
    Grayscale,
    RedBlue,
    RedGreenBlue,
}

Values

Name

Description

Grayscale

Map curvature values to grayscale such that black is negative, grey is zero, and white is positive

RedBlue

Map curvature values to red/blue scale such that red is negative, black is zero, and blue is positive

RedGreenBlue

Map curvature values to red/green/blue scale such that red is negative, green is zero, and blue is positive

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