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 SetVertex
(
int32 Index,
float X,
float Y,
float Z
)
Remarks
Sets the 3d position of the vertex
Parameters
| Name | Description |
|---|---|
| Index | value to choose the vertex that will be affected @x position on the x axis @y position on the y axis @z position on the z axis |