Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/FDatasmithMesh
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMesh.h |
| Include | #include "DatasmithMesh.h" |
| Source | /Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithMesh.cpp |
void GetFaceUV
&40;
int32 Index,
int32 Channel,
int32 & Vertex1,
int32 & Vertex2,
int32 & Vertex3
&41; const
Remarks
Gets the UV coordinates of the vertices of a face
Parameters
| Name | Description |
|---|---|
| Index | Index of the face to retrieve the UVs from |
| Channel | UV channel, starting at 0 |
| Vertex1 | Index of the first uv vertex that defines this face |
| Vertex2 | Index of the second uv vertex that defines this face |
| Vertex3 | Index of the third uv vertex that defines this face |