EMeshPaintWeightTypes

Windows
MacOS
Linux

References

Module

MeshPaintingToolset

Header

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h

Include

#include "MeshVertexPaintingTool.h"

Syntax

enum EMeshPaintWeightTypes
{
    AlphaLerp       = 2,
    RGB             = 3,
    ARGB            = 4,
    OneMinusARGB    = 5,
}

Values

Name

Description

AlphaLerp

Lerp Between Two Textures using Alpha Value

RGB

Weighting Three Textures according to Channels

ARGB

Weighting Four Textures according to Channels

OneMinusARGB

Weighting Five Textures according to Channels

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