IMeshPaintGeometryAdapter::GetTextureCoordinate

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

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

  • IMeshPaintGeometryAdapter::GetTextureCoordinate()

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/IMeshPaintGeometryAdapter.h
Include #include "IMeshPaintGeometryAdapter.h"
void GetTextureCoordinate
(
    int32 VertexIndex,
    int32 ChannelIndex,
    FVector2D & OutTextureCoordinate
) const

Remarks

Returns the Texture Coordinate 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