IMeshPainter::Paint

'Normal' painting functionality, called when the user tries to paint on a mesh using the mouse

Unreal Engine C++ API Reference > Editor > MeshPaint > IMeshPainter > Paint

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/IMeshPainter.h
Include #include "IMeshPainter.h"
Source /Engine/Source/Editor/MeshPaint/Private/IMeshPainter.cpp
virtual bool Paint
(
    [FViewport](API\Runtime\Engine\FViewport) * Viewport,
    const FVector & InCameraOrigin,
    const [TArrayView](API\Runtime\Core\Containers\TArrayView)< TPair< FVector, FVector >> & Rays
)

Remarks

'Normal' painting functionality, called when the user tries to paint on a mesh using the mouse


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library