IsPointInfluencedByBrush

Overload list

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

  Type Name Description
Public function Static bool

IsPointInfluencedByBrush ( const FVector2D& BrushSpacePosition,
const float BrushRadiusSquared,
float& OutInRangeValue
)

 
Public function Static bool

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

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

On this page