IMeshPaintGeometryAdapter::SetVertexColor

Sets the Vertex Color at Vertex Index to Color inside of the Mesh

Windows
MacOS
Linux

Override Hierarchy

References

Module

MeshPaint

Header

/Engine/Source/Editor/MeshPaint/Public/IMeshPaintGeometryAdapter.h

Include

#include "IMeshPaintGeometryAdapter.h"

Syntax

void SetVertexColor
(
    int32 VertexIndex,
    FColor Color,
    bool bInstance
)

Remarks

Sets the Vertex Color at Vertex Index to Color inside of the Mesh

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