UMeshPaintingToolset::IsPointInfluencedByBrush

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

Windows
MacOS
Linux

References

Module

MeshPaintingToolset

Header

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

Include

#include "MeshPaintHelpers.h"

Source

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/MeshPaintHelpers.cpp

Syntax

static bool IsPointInfluencedByBrush
(
    const FVector & InPosition,
    const FMeshPaintParameters & InParams,
    float & OutSquaredDistanceToVertex2D,
    float & OutVertexDepthToBrush
)

Remarks

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

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