MeshPaintHelpers::ApplyBrushToVertex

Unreal Engine C++ API Reference > Editor > MeshPaint > MeshPaintHelpers

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h
Include #include "MeshPaintHelpers.h"
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
)

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library