Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/MeshVertexPainter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UMeshVertexPainterKismetLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h |
| Include | #include "MeshVertexPainter/MeshVertexPainterKismetLibrary.h" |
Syntax
UCLASS (MinimalAPI, Meta=(ScriptName="MeshVertexPainterLibrary"))
class UMeshVertexPainterKismetLibrary : public UBlueprintFunctionLibrary
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 vertex colors on a mesh component in a specified color. | |
| void | RemovePaintedVertices
(
UStaticMeshComponent* StaticMeshComponent |
Removes vertex colors on a mesh component |