IMeshPaintGeometryAdapter::GetVertexColor

Returns the Vertex Color at Vertex [Index](API\Runtime\Chaos\Chaos\Index) from the Mesh

Unreal Engine C++ API Reference > Editor > MeshPaint > IMeshPaintGeometryAdapter

  • IMeshPaintGeometryAdapter::GetVertexColor()

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/IMeshPaintGeometryAdapter.h
Include #include "IMeshPaintGeometryAdapter.h"
void GetVertexColor
(
    int32 VertexIndex,
    [FColor](API\Runtime\Core\Math\FColor) & OutColor,
    bool bInstance
) const

Remarks

Returns the Vertex Color at Vertex Index from the Mesh


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library