Navigation
Unreal Engine C++ API Reference > Runtime > Engine > MeshVertexPainter
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainter.h |
Include | #include "MeshVertexPainter/MeshVertexPainter.h" |
Syntax
class FMeshVertexPainter
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PaintVerticesLerpAlongAxis
(
UStaticMeshComponent* StaticMeshComponent, |
Paints vertex colors on a mesh component lerping from the start to the end color along the specified axis. |
![]() ![]() |
void | PaintVerticesSingleColor
(
UStaticMeshComponent* StaticMeshComponent, |
Paints a single vertex color to the given mesh component. |
![]() ![]() |
void | RemovePaintedVertices
(
UStaticMeshComponent* StaticMeshComponent |
Removes painted vertex colors from the given mesh component. |