IMeshPainter::Paint

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

Windows
MacOS
Linux

References

Module

MeshPaint

Header

/Engine/Source/Editor/MeshPaint/Public/IMeshPainter.h

Include

#include "IMeshPainter.h"

Source

/Engine/Source/Editor/MeshPaint/Private/IMeshPainter.cpp

Syntax

virtual bool Paint
(
    FViewport * Viewport,
    const FVector & InCameraOrigin,
    const TArrayView< TPair< FVector, FVector >> & Rays
)

Remarks

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

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