UMeshVertexPainterKismetLibrary

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h

Include

#include "MeshVertexPainter/MeshVertexPainterKismetLibrary.h"

Syntax

class UMeshVertexPainterKismetLibrary : public UBlueprintFunctionLibrary

Functions

Name Description

Public function Static

void

 

PaintVerticesLerpAlongAxis

(
    UStaticMeshComponent* StaticMe...,
    const FLinearColor& StartColor,
    const FLinearColor& EndColor,
    EVertexPaintAxis Axis,
    bool bConvertToSRGB
)

Paints vertex colors on a mesh component lerping from the start to the end color along the specified axis.

Public function Static

void

 

PaintVerticesSingleColor

(
    UStaticMeshComponent* StaticMe...,
    const FLinearColor& FillColor,
    bool bConvertToSRGB
)

Paints vertex colors on a mesh component in a specified color.

Public function Static

void

 

RemovePaintedVertices

(
    UStaticMeshComponent* StaticMe...
)

Removes vertex colors on a mesh component

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss