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 SetUV
(
int32 Channel,
int32 Index,
double U,
double V
)
Remarks
Sets the 2d position of the UV vertex for the first uv mapping
Parameters
| Name | Description |
|---|---|
| Index | Value to choose the vertex that will be affected |
| U | Horizontal coordinate |
| V | Vertical coordinate |