Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/MeshVertexPainter > API/Runtime/Engine/MeshVertexPainter/FMeshVertexPainter
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainter.h |
| Include | #include "MeshVertexPainter/MeshVertexPainter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainter.cpp |
static void RemovePaintedVertices
(
UStaticMeshComponent * StaticMeshComponent
)
Remarks
Removes painted vertex colors from the given mesh component.
Parameters
| Name | Description |
|---|---|
| StaticMeshComponent | The static mesh component to have its vertex colors removed |