UMeshVertexPainterKismetLibrary::PaintVerticesSingleColor

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

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "MeshVertexPainter/MeshVertexPainterKismetLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainterKismetLibrary.cpp

Syntax

static void PaintVerticesSingleColor
(
    UStaticMeshComponent * StaticMeshComponent,
    const FLinearColor & FillColor,
    bool bConvertToSRGB
)

Remarks

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

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