UMeshPaintingToolset::ApplyBrushToVertex

Windows
MacOS
Linux

References

Module

MeshPaintingToolset

Header

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

Include

#include "MeshPaintHelpers.h"

Syntax

template<typename T>
static void ApplyBrushToVertex
(
    const FVector & VertexPosition,
    const FMatrix & InverseBrushMatrix,
    const float BrushRadius,
    const float BrushFalloffAmount,
    const float BrushStrength,
    const T & PaintValue,
    T & InOutValue
)

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