MeshPaintHelpers::ComputePaintMultiplier

Computes the Paint power multiplier value

Windows
MacOS
Linux

References

Module

MeshPaint

Header

/Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h

Include

#include "MeshPaintHelpers.h"

Source

/Engine/Source/Editor/MeshPaint/Private/MeshPaintHelpers.cpp

Syntax

static float ComputePaintMultiplier
(
    float SquaredDistanceToVertex2D,
    float BrushStrength,
    float BrushInnerRadius,
    float BrushRadialFalloff,
    float BrushInnerDepth,
    float BrushDepthFallof,
    float VertexDepthToBrush
)

Remarks

Computes the Paint power multiplier value

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