Navigation
API > API/Editor > API/Editor/MeshPaint > API/Editor/MeshPaint/MeshPaintHelpers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsPointInfluencedByBrush
(
const FVector2D& BrushSpacePosition, |
MeshPaintHelpers.h | ||
static bool IsPointInfluencedByBrush
(
const FVector& InPosition, |
Checks whether or not a point is influenced by the painting brush according to the given parameters | MeshPaintHelpers.h |
IsPointInfluencedByBrush(const FVector2D &, const float, float &)
| Name | IsPointInfluencedByBrush |
| Type | function |
| Header File | /Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h |
| Include Path | #include "MeshPaintHelpers.h" |
| Source | /Engine/Source/Editor/MeshPaint/Private/MeshPaintHelpers.cpp |
static bool IsPointInfluencedByBrush
(
const FVector2D & BrushSpacePosition,
const float BrushRadiusSquared,
float & OutInRangeValue
)
IsPointInfluencedByBrush(const FVector &, const FMeshPaintParameters &, float &, float &)
Description
Checks whether or not a point is influenced by the painting brush according to the given parameters
| Name | IsPointInfluencedByBrush |
| Type | function |
| Header File | /Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h |
| Include Path | #include "MeshPaintHelpers.h" |
| Source | /Engine/Source/Editor/MeshPaint/Private/MeshPaintHelpers.cpp |
static bool IsPointInfluencedByBrush
(
const FVector & InPosition,
const FMeshPaintParameters & InParams,
float & OutSquaredDistanceToVertex2D,
float & OutVertexDepthToBrush
)