IMeshPaintGeometryAdapter::GetVertexColor

Returns the Vertex Color at Vertex Index from the Mesh

Windows
MacOS
Linux

Override Hierarchy

References

Module

MeshPaint

Header

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

Include

#include "IMeshPaintGeometryAdapter.h"

Syntax

void GetVertexColor
(
    int32 VertexIndex,
    FColor & OutColor,
    bool bInstance
) const

Remarks

Returns the Vertex Color at Vertex Index from 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