Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FMeshVertexPainter |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainter.h |
| Include Path | #include "MeshVertexPainter/MeshVertexPainter.h" |
Syntax
class FMeshVertexPainter
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void PaintVerticesLerpAlongAxis
(
UStaticMeshComponent* StaticMeshComponent, |
Paints vertex colors on a mesh component lerping from the start to the end color along the specified axis. | MeshVertexPainter/MeshVertexPainter.h | |
static void PaintVerticesSingleColor
(
UStaticMeshComponent* StaticMeshComponent, |
Paints a single vertex color to the given mesh component. | MeshVertexPainter/MeshVertexPainter.h | |
static void RemovePaintedVertices
(
UStaticMeshComponent* StaticMeshComponent |
Removes painted vertex colors from the given mesh component. | MeshVertexPainter/MeshVertexPainter.h |