MeshPaintHelpers::IsPointInfluencedByBrush

Checks whether or not a point is influenced by the painting brush according to the given parameters

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

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h
Include #include "MeshPaintHelpers.h"
Source /Engine/Source/Editor/MeshPaint/Private/MeshPaintHelpers.cpp
static bool IsPointInfluencedByBrush
(
    const FVector & InPosition,
    const [FMeshPaintParameters](API\Editor\MeshPaint\FMeshPaintParameters) & InParams,
    float & OutSquaredDistanceToVertex2D,
    float & OutVertexDepthToBrush
)

Remarks

Checks whether or not a point is influenced by the painting brush according to the given parameters


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library