Paint

Overload list

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

  Type Name Description
Public function Virtual bool

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

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

Paint ( FViewport* Viewport,
const FVector& InCameraOrigin,
const FVector& InRayOrigin,
const FVector& InRayDirection
)

'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

On this page