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