UMeshPaintingToolset::ApplyPerTrianglePaintAction

Given the adapter, settings and view-information retrieves influences triangles and applies Action to them

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 ApplyPerTrianglePaintAction
(
    IMeshPaintComponentAdapter * Adapter,
    const FVector & CameraPosition,
    const FVector & HitPosition,
    const UBrushBaseProperties * Settings,
    FPerTrianglePaintAction Action,
    bool bOnlyFrontFacingTriangles
)

Remarks

Given the adapter, settings and view-information retrieves influences triangles and applies Action to them

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